forked from Imagelibrary/binutils-gdb
* breakpoint.c (create_exception_catchpoint): Remove prototype
for already deleted function. * breakpoint.h (ep_is_exception_catchpoint): Likewise. * frame.h (show_stack_frame): Remove prototype. * stack.c (show_stack_frame): Remove empty, unused function. * source.c (symtab_to_fullname, print_source_lines): Small fix in comment. * value.c (show_values): Update comments to mention "show values" command instead of "info history".
This commit is contained in:
@@ -188,10 +188,6 @@ static char *ep_parse_optional_if_clause (char **arg);
|
||||
|
||||
static char *ep_parse_optional_filename (char **arg);
|
||||
|
||||
static void create_exception_catchpoint (int tempflag, char *cond_string,
|
||||
enum exception_event_kind ex_event,
|
||||
struct symtab_and_line *sal);
|
||||
|
||||
static void catch_exception_command_1 (enum exception_event_kind ex_event,
|
||||
char *arg, int tempflag, int from_tty);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user