summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2008-05-03 06:13:21 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2008-05-03 06:13:21 +0000
commit0237107b53035dc0623c92a6fa3866d93d0c9424 (patch)
tree462535278008d140c1cfa340e01f077cd0e70e14 /gdb/breakpoint.h
parent3f1a92dbd1ceda75696222ec65e7bbeeb7d9b7ed (diff)
downloadgdb-0237107b53035dc0623c92a6fa3866d93d0c9424.tar.gz
* 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index b31c96580e2..d37e7905d4c 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);