mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* breakpoint.c (dprintf_command): Now static.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-12-12 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* breakpoint.c (dprintf_command): Now static.
|
||||||
|
|
||||||
2012-12-12 Tom Tromey <tromey@redhat.com>
|
2012-12-12 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* Makefile.in (init.c): Declare initialize_all_files;
|
* Makefile.in (init.c): Declare initialize_all_files;
|
||||||
|
@ -9859,14 +9859,12 @@ stopat_command (char *arg, int from_tty)
|
|||||||
break_command_1 (arg, 0, from_tty);
|
break_command_1 (arg, 0, from_tty);
|
||||||
}
|
}
|
||||||
|
|
||||||
void dprintf_command (char *arg, int from_tty);
|
|
||||||
|
|
||||||
/* The dynamic printf command is mostly like a regular breakpoint, but
|
/* The dynamic printf command is mostly like a regular breakpoint, but
|
||||||
with a prewired command list consisting of a single output command,
|
with a prewired command list consisting of a single output command,
|
||||||
built from extra arguments supplied on the dprintf command
|
built from extra arguments supplied on the dprintf command
|
||||||
line. */
|
line. */
|
||||||
|
|
||||||
void
|
static void
|
||||||
dprintf_command (char *arg, int from_tty)
|
dprintf_command (char *arg, int from_tty)
|
||||||
{
|
{
|
||||||
create_breakpoint (get_current_arch (),
|
create_breakpoint (get_current_arch (),
|
||||||
|
Reference in New Issue
Block a user