diff options
author | Don Breazeal <donb@codesourcery.com> | 2015-05-12 09:52:47 -0700 |
---|---|---|
committer | Don Breazeal <donb@codesourcery.com> | 2015-05-12 09:52:47 -0700 |
commit | 0d71eef55dc5ce12d9bfa3cefb40d81a9b5fa2e6 (patch) | |
tree | 6c84d44dcc2bda606a9fb6c20bed3c7c555229e0 /gdb/ChangeLog | |
parent | cbb8991cabdd85b7828f59c92f754c5a2101b0b6 (diff) | |
download | gdb-0d71eef55dc5ce12d9bfa3cefb40d81a9b5fa2e6.zip gdb-0d71eef55dc5ce12d9bfa3cefb40d81a9b5fa2e6.tar.gz gdb-0d71eef55dc5ce12d9bfa3cefb40d81a9b5fa2e6.tar.bz2 |
Extended-remote fork event docs
This patch contains the accumulated documentation changes for the
rest of the extended-remote follow fork patchset.
gdb/ChangeLog:
* NEWS: Announce fork support in the RSP and support
for fork debugging in extended mode.
gdb/doc/ChangeLog:
* gdb.texinfo (Forks): Note that fork debugging is
supported in extended mode.
(Remote Configuration): Add fork event features to table
of packet settings.
(Stop Reply Packets): Add fork events to list of stop reasons.
(General Query Packets): Add fork 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 53d6d5d..a316b4e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2015-05-12 Don Breazeal <donb@codesourcery.com> + * NEWS: Announce fork support in the RSP and support + for fork debugging in extended mode. + +2015-05-12 Don Breazeal <donb@codesourcery.com> + * remote.c (remote_insert_fork_catchpoint): New function. (remote_remove_fork_catchpoint): New function. (remote_insert_vfork_catchpoint): New function. |