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.h | |
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.h')
-rw-r--r-- | gdb/breakpoint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index b31c965..d37e790 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -684,8 +684,6 @@ extern void breakpoint_re_set (void); extern void breakpoint_re_set_thread (struct breakpoint *); -extern int ep_is_exception_catchpoint (struct breakpoint *); - extern struct breakpoint *set_momentary_breakpoint (struct symtab_and_line, struct frame_id, enum bptype); |