From: Tom Tromey Date: Tue, 18 Dec 2012 19:27:00 +0000 (+0000) Subject: * breakpoint.c (dprintf_command): Now static. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da821c7be24b8520dd25190156f860afb33d9cc5;p=binutils-gdb.git * breakpoint.c (dprintf_command): Now static. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 02dc9443f35..5e93186ed5e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-12-12 Tom Tromey + + * breakpoint.c (dprintf_command): Now static. + 2012-12-12 Tom Tromey * Makefile.in (init.c): Declare initialize_all_files; diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index c2ce96c9188..40cceee7311 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -9859,14 +9859,12 @@ stopat_command (char *arg, int 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 with a prewired command list consisting of a single output command, built from extra arguments supplied on the dprintf command line. */ -void +static void dprintf_command (char *arg, int from_tty) { create_breakpoint (get_current_arch (),