import gdb-2000-02-02 snapshot
This commit is contained in:
parent
6bb9f1226a
commit
8b93c6380e
36 changed files with 6340 additions and 314 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue