diff options
author | Pedro Alves <palves@redhat.com> | 2012-08-23 16:59:14 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-08-23 16:59:14 +0000 |
commit | dfbd5e7bbbf503e8e0f3bdcb0a15ed7ee605a5f3 (patch) | |
tree | 330c618188aad0a3e170e08e56aa9a6e37ca86c8 /gdb/ChangeLog | |
parent | 2edda2ffe83b74276346996565302ec82b37c72b (diff) | |
download | gdb-dfbd5e7bbbf503e8e0f3bdcb0a15ed7ee605a5f3.zip gdb-dfbd5e7bbbf503e8e0f3bdcb0a15ed7ee605a5f3.tar.gz gdb-dfbd5e7bbbf503e8e0f3bdcb0a15ed7ee605a5f3.tar.bz2 |
2012-08-23 Pedro Alves <palves@redhat.com>
gdb/
* infrun.c (_initialize_infrun) <handle command help text>:
Mention that multiple signals are supported.
gdb/testsuite/
* gdb.base/help.exp: Adjust to "handle" help text change.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5d77a82..8c304b0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2012-08-23 Pedro Alves <palves@redhat.com> + * infrun.c (_initialize_infrun) <handle command help text>: + Mention that multiple signals are supported. + +2012-08-23 Pedro Alves <palves@redhat.com> + * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help string. |