aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDon Breazeal <donb@codesourcery.com>2015-12-14 11:18:06 -0800
committerDon Breazeal <donb@codesourcery.com>2015-12-14 11:18:06 -0800
commit19d9d4efd18bcc633e99cb6a3e39bd9b22ca70ce (patch)
tree6e02cbceffec1f29b39ca4ef329af84bd1467411 /gdb/ChangeLog
parent8020350c5277e056e89b0ea5e14a8d09408f7fb3 (diff)
downloadgdb-19d9d4efd18bcc633e99cb6a3e39bd9b22ca70ce.zip
gdb-19d9d4efd18bcc633e99cb6a3e39bd9b22ca70ce.tar.gz
gdb-19d9d4efd18bcc633e99cb6a3e39bd9b22ca70ce.tar.bz2
Target remote mode fork and exec event documentation
This patch implements documentation updates for target remote mode fork and exec events. A summary of the rationale for the changes made here: * Connecting to a remote target -- explain that the two protocols exist. * Connecting in target remote mode -- explain invoking gdbserver for target remote mode, and move remote-specific text from original "Connecting to a remote target" section. * Connecting in target extended-remote mode -- promote this section from "Using the gdbserver Program | Running gdbserver | Multi-Process Mode for gdbserver". Put it next to the target remote mode section. * Host and target files -- collect paragraphs dealing with how to locate symbol files from original sections "Connecting to a remote target" and "Using the gdbserver program | Connecting to gdbserver". * Steps for connecting to a remote target -- used to be "Using the gdbserver program | Connecting to gdbserver" * Remote connection commands -- used to be the bulk of "Connecting to a remote target". Added "target extended-remote" commands and information. gdb/ChangeLog: * NEWS: Announce fork and exec event support for target remote. gdb/doc/ChangeLog: * gdb.texinfo (Forks): Correct Linux kernel version where fork and exec events are supported, add notes about support of these events in target remote mode. (Connecting): Reorganize and clarify distinctions between target remote, extended-remote, and multiprocess. Reorganize related text from separate sections into new sections. (Server): Note effects of target extended-remote mode. Delete section on Multi-Process Mode for gdbserver. Move some text to "Connecting" node.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9ded377..5eece01 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2015-12-11 Don Breazeal <donb@codesourcery.com>
+ * NEWS: Announce fork and exec event support for target remote.
+
+2015-12-11 Don Breazeal <donb@codesourcery.com>
+
* inferior.c (number_of_live_inferiors): New function.
(have_live_inferiors): Use number_of_live_inferiors in place
of duplicate code.