diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 9 |
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; |