diff options
author | Andrew Stubbs <andrew.stubbs@st.com> | 2006-02-21 19:13:20 +0000 |
---|---|---|
committer | Andrew Stubbs <andrew.stubbs@st.com> | 2006-02-21 19:13:20 +0000 |
commit | 5b96932ba38475227c261557a886e1dff1948ce6 (patch) | |
tree | 39362d0958064e52652de8cd730a6853f0c01a1e /gdb/ChangeLog | |
parent | 1986bccdb576b7758273dfa5ec8274c6be55f268 (diff) | |
download | gdb-5b96932ba38475227c261557a886e1dff1948ce6.zip gdb-5b96932ba38475227c261557a886e1dff1948ce6.tar.gz gdb-5b96932ba38475227c261557a886e1dff1948ce6.tar.bz2 |
2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
* symfile.c (add_symbol_file_command): Use buildargv(), instead of
hand decoding the command line, to allow use of quotes and spaces.
(_initialize_symfile): Reorganize the help message for add-symbol-file
such that 'help files' shows a better message.
testsuite/
* gdb.base/help.exp (help add-symbol-file): 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 42ae90c..e511118 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com> + * symfile.c (add_symbol_file_command): Use buildargv(), instead of + hand decoding the command line, to allow use of quotes and spaces. + (_initialize_symfile): Reorganize the help message for add-symbol-file + such that 'help files' shows a better message. + +2006-02-21 Andrew Stubbs <andrew.stubbs@st.com> + * sh-tdep.c (sh_generic_show_regs): Reformat both code and output. (sh3_show_regs, sh2e_show_regs, sh2a_show_regs): Likewise. (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs): Likewise. |