diff options
author | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2008-05-03 06:13:21 +0000 |
---|---|---|
committer | Thiago Jung Bauermann <bauerman@br.ibm.com> | 2008-05-03 06:13:21 +0000 |
commit | f132ba9d37799a53d590a9f4cc0c49f34d550393 (patch) | |
tree | 6317c367be8263fdc301c68682a6537aab08c47d /gdb/breakpoint.c | |
parent | 5c44b38ef660ed5eb5e28fe2c522d15494b42def (diff) | |
download | gdb-f132ba9d37799a53d590a9f4cc0c49f34d550393.zip gdb-f132ba9d37799a53d590a9f4cc0c49f34d550393.tar.gz gdb-f132ba9d37799a53d590a9f4cc0c49f34d550393.tar.bz2 |
* 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".
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 11d9187..ee9b14b 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -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); |