diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-07-19 18:11:31 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-07-19 18:11:31 +0000 |
commit | 8ea5bce59057ef1906bf1180843c0900b191dcab (patch) | |
tree | 606467357fda3411f24e8cef7d1e91ce0e9136ab /gdb/doc | |
parent | c0edd9edadfe292d00ea18c410f73cafa2657beb (diff) | |
download | gdb-8ea5bce59057ef1906bf1180843c0900b191dcab.zip gdb-8ea5bce59057ef1906bf1180843c0900b191dcab.tar.gz gdb-8ea5bce59057ef1906bf1180843c0900b191dcab.tar.bz2 |
gdb/doc/
* gdb.texinfo (Active Targets): Fix wrong comma placement.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index dc2968c..0f52851 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,4 +1,8 @@ 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.texinfo (Active Targets): Fix wrong comma placement. + +2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com> Eli Zaretskii <eliz@gnu.org> Make core files the process_stratum. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index bc4ca07..be6cd3d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -15391,7 +15391,7 @@ and @code{show architecture}. @cindex active targets @cindex multiple targets -There are multiple classes of targets such, as: processes, executable files or +There are multiple classes of targets such as: processes, executable files or recording sessions. Core files belong to the process class, making core file and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently on multiple active targets, one in each class. This allows you to (for |