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/ChangeLog | |
parent | 2fd33e94480fc2c662d1ad28f83e522cc5dbdc2e (diff) | |
download | binutils-gdb-b459a59be3a9b92a27b71790f5e3f3be38595cb3.tar.gz |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 01105282bac..3cb34274ce4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2015-09-11 Don Breazeal <donb@codesourcery.com> + * NEWS: Announce new remote packets for the exec-events + feature and the exec-events feature and associated commands. + +2015-09-11 Don Breazeal <donb@codesourcery.com> + * remote.c (remote_exec_event_p): New function. (remote_insert_exec_catchpoint): New function. (remote_remove_exec_catchpoint): New function. |