aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2000-02-03 04:14:45 +0000
committerJason Molenda <jmolenda@apple.com>2000-02-03 04:14:45 +0000
commit8b93c6380e299446e645ece29bf77d26f5713529 (patch)
tree9f06d80fcf4b95cd76cbceda50de2a454da9287f /gdb/symtab.c
parent6bb9f1226aa9f328aba73bcc6c0ecaa0525a8931 (diff)
downloadgdb-8b93c6380e299446e645ece29bf77d26f5713529.zip
gdb-8b93c6380e299446e645ece29bf77d26f5713529.tar.gz
gdb-8b93c6380e299446e645ece29bf77d26f5713529.tar.bz2
import gdb-2000-02-02 snapshot
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r--gdb/symtab.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c
index 91febd6..ceaa108 100644
--- a/gdb/symtab.c
+++ b/gdb/symtab.c
@@ -4031,6 +4031,15 @@ methods_info (regexp)
#endif /* 0 */
/* Breakpoint all functions matching regular expression. */
+#ifdef UI_OUT
+void
+rbreak_command_wrapper (regexp, from_tty)
+ char *regexp;
+ int from_tty;
+{
+ rbreak_command (regexp, from_tty);
+}
+#endif
static void
rbreak_command (regexp, from_tty)
char *regexp;