aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2019-11-26 12:12:03 -0500
committerSimon Marchi <simon.marchi@efficios.com>2019-11-26 14:29:20 -0500
commitadce99fe6988c7d5543ef5b996acac57a117372b (patch)
tree42280b99ba3e23c890caeccba7031b8b3904a812 /gdb/breakpoint.h
parentfe3adccffd7a62096af96228a280a6457deb5896 (diff)
downloadgdb-adce99fe6988c7d5543ef5b996acac57a117372b.zip
gdb-adce99fe6988c7d5543ef5b996acac57a117372b.tar.gz
gdb-adce99fe6988c7d5543ef5b996acac57a117372b.tar.bz2
Remove unused rbreak_command_wrapper and other declarations
rbreak_command_wrapper is unused, so remove it. And while at it, remove other declarations around it. gdb/ChangeLog: * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper, rbreak_command_wrapper): Remove. * symtab.c (rbreak_command_wrapper): Remove. Change-Id: If9782f205e4913f8dfc5beeaa526544f25e099c6
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 5c8f17c..a9d689d 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -1299,9 +1299,6 @@ const char *bpdisp_text (enum bpdisp disp);
extern void break_command (const char *, int);
-extern void hbreak_command_wrapper (const char *, int);
-extern void thbreak_command_wrapper (const char *, int);
-extern void rbreak_command_wrapper (const char *, int);
extern void watch_command_wrapper (const char *, int, int);
extern void awatch_command_wrapper (const char *, int, int);
extern void rwatch_command_wrapper (const char *, int, int);