From e33d66ec21c1c4bfc0bfb43d9e696183721dac2b Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Fri, 2 May 2003 14:23:39 +0000 Subject: gdb: 2003-05-02 Elena Zannoni * charset.c (GDB_DEFAULT_TARGET_CHARSET, GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file. (host_charset_name, target_charset_name): New vars for use by set/show commands. (host_charset_enum, target_charset_enum): New enums for set/show commands. (set_charset_sfunc, set_host_charset_sfunc, set_target_charset_sfunc): New functions. (set_host_charset, set_target_charset): Make static. (list_charsets, set_host_charset_command, set_target_charset_command): Delete functions. (show_charset_command): Rewrite as.... (show_charset): Hook this up with the set/show command mechanism. (_initialize_charset): Change names of charsets to match the set/show enums. Use host_charset_name and target_charset_name. Use set/show mechanism for charset, host-charset, target-charset commands. Do not make 'show host-charset' and 'show target-charset' be aliases of 'show charset'. * charset.h (set_host_charset, set_target_charset): Don't export, they are not used outside the file. gdb/testsuite: 2003-05-01 Elena Zannoni * gdb.base/charset.exp: Update based on new behavior of set/show charset commands. gdb/doc: 2003-05-02 Elena Zannoni * gdb.texinfo (Character Sets): Update to reflect new behavior of set/show charsets commands. --- gdb/doc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/doc/ChangeLog') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7433c58..70a56c2 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-05-02 Elena Zannoni + + * gdb.texinfo (Character Sets): Update to reflect new behavior of + set/show charsets commands. + 2003-04-28 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Replace -- cgit v1.1