diff options
author | Yao Qi <yao@codesourcery.com> | 2012-12-31 03:00:11 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-12-31 03:00:11 +0000 |
commit | 8dbe8ece3c29a566fcfb0213d06ac17e29ccd962 (patch) | |
tree | 2127c408f10b35ed63511946058237a261e1930a /gdb/doc/ChangeLog | |
parent | d17275f7668806c74e954ee75b41d2532d3a3b3d (diff) | |
download | gdb-8dbe8ece3c29a566fcfb0213d06ac17e29ccd962.zip gdb-8dbe8ece3c29a566fcfb0213d06ac17e29ccd962.tar.gz gdb-8dbe8ece3c29a566fcfb0213d06ac17e29ccd962.tar.bz2 |
gdb/doc/
* gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
(Packets): Move "vStopped" packet to ...
(Notification Packets): ... here. Describe the components
of notification. Add a table of supported notifications.
Add an example on the process of he async notification.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 4c96eae..7f0fc66 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2012-12-31 Yao Qi <yao@codesourcery.com> + + * gdb.texinfo (Remote Non-Stop): Move paragraphs to ... + (Packets): Move "vStopped" packet to ... + (Notification Packets): ... here. Describe the components + of notification. Add a table of supported notifications. + Add an example on the process of he async notification. + 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always |