import gdb-2000-02-02 snapshot

This commit is contained in:
Jason Molenda 2000-02-03 04:14:45 +00:00
parent 6bb9f1226a
commit 8b93c6380e
36 changed files with 6340 additions and 314 deletions

View file

@ -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;