diff options
author | Don Breazeal <donb@codesourcery.com> | 2015-09-11 11:06:03 -0700 |
---|---|---|
committer | Don Breazeal <donb@codesourcery.com> | 2015-09-11 11:12:47 -0700 |
commit | b459a59be3a9b92a27b71790f5e3f3be38595cb3 (patch) | |
tree | 2c5f7cd841495e5b1a8206d8a279fc9f31c91199 /gdb/doc/ChangeLog | |
parent | 2fd33e94480fc2c662d1ad28f83e522cc5dbdc2e (diff) | |
download | gdb-b459a59be3a9b92a27b71790f5e3f3be38595cb3.zip gdb-b459a59be3a9b92a27b71790f5e3f3be38595cb3.tar.gz gdb-b459a59be3a9b92a27b71790f5e3f3be38595cb3.tar.bz2 |
Extended-remote exec documentation
This patch adds documentation of support for exec events on
extended-remote Linux targets.
gdb/ChangeLog:
* NEWS: Announce new remote packets for the exec-events
feature and the exec-events feature and associated commands.
gdb/doc/ChangeLog:
* gdb.texinfo (Remote Configuration): Add exec event
feature to table of packet settings.
(Stop Reply Packets): Add exec events to the list of stop
reasons.
(General Query Packets): Add exec events to tables of
'gdbfeatures' and 'stub features' supported in the qSupported
packet, as well as to the list containing stub feature
details.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 29c66b8..1f99a2f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,14 @@ +2015-09-11 Don Breazeal <donb@codesourcery.com> + + * gdb.texinfo (Remote Configuration): Add exec event + feature to table of packet settings. + (Stop Reply Packets): Add exec events to the list of stop + reasons. + (General Query Packets): Add exec events to tables of + 'gdbfeatures' and 'stub features' supported in the qSupported + packet, as well as to the list containing stub feature + details. + 2015-08-24 Pedro Alves <palves@redhat.com> * gdb.texinfo (Remote Configuration): Document the "set/show |