diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-17 15:00:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-17 15:00:36 +0000 |
commit | 26c41df326291cfe8211f195291a26b370de9523 (patch) | |
tree | 32bbe44e4881e36b2f70e54124afdc0e8cd03313 /gdb/ChangeLog | |
parent | 2c5b56ce999bb9327c42afc09ad015e850298573 (diff) | |
download | gdb-26c41df326291cfe8211f195291a26b370de9523.zip gdb-26c41df326291cfe8211f195291a26b370de9523.tar.gz gdb-26c41df326291cfe8211f195291a26b370de9523.tar.bz2 |
2005-02-17 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* command.h (fprint_setshow_ftype): Delete.
(add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
* hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
* mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
* remote.c, target.c, cli/cli-logging.c: Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 16aa4ed..8a3eba8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2005-02-17 Andrew Cagney <cagney@gnu.org> + * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function. + * command.h (add_setshow_string_noescape_cmd): Declare. + * wince.c (_initialize_wince): Use. + * symfile.c (_initialize_symfile): Use. + (set_ext_lang_command): Update declaration. + * corefile.c (_initialize_core): Use. + * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd) (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd) (add_setshow_filename_cmd, add_setshow_string_cmd) |