forked from Imagelibrary/binutils-gdb
Constification of parse_linespec and fallout:
https://sourceware.org/ml/gdb-patches/2013-09/msg01017.html https://sourceware.org/ml/gdb-patches/2013-09/msg01018.html https://sourceware.org/ml/gdb-patches/2013-09/msg01019.html https://sourceware.org/ml/gdb-patches/2013-09/msg01020.html
This commit is contained in:
@@ -64,7 +64,7 @@ struct timeval get_prompt_for_continue_wait_time (void);
|
||||
|
||||
extern int parse_pid_to_attach (char *args);
|
||||
|
||||
extern int parse_escape (struct gdbarch *, char **);
|
||||
extern int parse_escape (struct gdbarch *, const char **);
|
||||
|
||||
char **gdb_buildargv (const char *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user