summaryrefslogtreecommitdiff
path: root/gdb/command.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-01-05 15:43:50 +0000
committerAndrew Cagney <cagney@redhat.com>2005-01-05 15:43:50 +0000
commitc307774398037fa8fe46157e610da85e113a93ab (patch)
treef7a35a91fc48d0ff41913e025208367585d1fa9f /gdb/command.h
parent062159088a93e24ba5351a040f5b90d52457ec4d (diff)
downloadgdb-c307774398037fa8fe46157e610da85e113a93ab.tar.gz
2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
Committed by Andrew Cagney. * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup. * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup. * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup. * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup. * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup. * aix-thread.c (_initialize_aix_thread): Get rid of the deprecated_add_show_from_set call. * alpha-tdep.c (_initialize_alpha_tdep): Ditto. * arm-tdep.c (_initialize_arm_tdep): Ditto. * command.h (add_setshow_enum_cmd): Add arguments for returning new list elements. * cli/cli-decode.c (add_setshow_enum_cmd): Ditto. * mips-tdep.c (_initialize_mips_tdep): Modify calls to add_setshow_enum_cmd.
Diffstat (limited to 'gdb/command.h')
-rw-r--r--gdb/command.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h
index 5b7a5424c29..899d0d6249b 100644
--- a/gdb/command.h
+++ b/gdb/command.h
@@ -234,7 +234,9 @@ extern void add_setshow_enum_cmd (char *name,
cmd_sfunc_ftype *set_func,
cmd_sfunc_ftype *show_func,
struct cmd_list_element **set_list,
- struct cmd_list_element **show_list);
+ struct cmd_list_element **show_list,
+ struct cmd_list_element **set_result,
+ struct cmd_list_element **show_result);
extern void add_setshow_auto_boolean_cmd (char *name,
enum command_class class,