diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-21 01:26:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-21 01:26:46 +0000 |
commit | deafb06122053cb1d49e0599e76fa9b7e52537dc (patch) | |
tree | 637c12952d7a00b2f396b24e1904744b9e54fb37 /gdb/printcmd.c | |
parent | 9079988faa5c28ece0b3f2bdaa505fc51a44fc73 (diff) | |
download | gdb-deafb06122053cb1d49e0599e76fa9b7e52537dc.zip gdb-deafb06122053cb1d49e0599e76fa9b7e52537dc.tar.gz gdb-deafb06122053cb1d49e0599e76fa9b7e52537dc.tar.bz2 |
2003-09-20 Andrew Cagney <cagney@redhat.com>
* breakpoint.c: Eliminate ARGSUSED.
* buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
* coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
* exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
* infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
* procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
* remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
* stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
* utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
* wince.c, remote-vx.c: Ditto.
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 544f59b..3c7ad41 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -942,7 +942,6 @@ print_command_1 (char *exp, int inspect, int voidprint) inspect_it = 0; /* Reset print routines to normal */ } -/* ARGSUSED */ static void print_command (char *exp, int from_tty) { @@ -950,7 +949,6 @@ print_command (char *exp, int from_tty) } /* Same as print, except in epoch, it gets its own window */ -/* ARGSUSED */ static void inspect_command (char *exp, int from_tty) { @@ -960,14 +958,12 @@ inspect_command (char *exp, int from_tty) } /* Same as print, except it doesn't print void results. */ -/* ARGSUSED */ static void call_command (char *exp, int from_tty) { print_command_1 (exp, 0, 0); } -/* ARGSUSED */ void output_command (char *exp, int from_tty) { @@ -1002,7 +998,6 @@ output_command (char *exp, int from_tty) do_cleanups (old_chain); } -/* ARGSUSED */ static void set_command (char *exp, int from_tty) { @@ -1013,7 +1008,6 @@ set_command (char *exp, int from_tty) do_cleanups (old_chain); } -/* ARGSUSED */ static void sym_info (char *arg, int from_tty) { @@ -1058,7 +1052,6 @@ sym_info (char *arg, int from_tty) printf_filtered ("No symbol matches %s.\n", arg); } -/* ARGSUSED */ static void address_info (char *exp, int from_tty) { @@ -1694,7 +1687,6 @@ enable_display (char *args, int from_tty) } } -/* ARGSUSED */ static void disable_display_command (char *args, int from_tty) { @@ -1737,7 +1729,6 @@ print_variable_value (struct symbol *var, struct frame_info *frame, value_print (val, stream, 0, Val_pretty_default); } -/* ARGSUSED */ static void printf_command (char *arg, int from_tty) { |