diff options
author | Tom de Vries <tdevries@suse.de> | 2020-03-06 15:22:23 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2020-03-06 15:22:23 +0100 |
commit | 09f2921cc95466db159cbf0476e1a8eeeee1806b (patch) | |
tree | da32be5fe623b45faf1d568b65417b46b5680ede /gdb/doc | |
parent | fd760e798eb8c325f0d7bab7ddcb74f64dc4c113 (diff) | |
download | gdb-09f2921cc95466db159cbf0476e1a8eeeee1806b.zip gdb-09f2921cc95466db159cbf0476e1a8eeeee1806b.tar.gz gdb-09f2921cc95466db159cbf0476e1a8eeeee1806b.tar.bz2 |
[gdb,testsuite,doc,NEWS] Fix "the the".
Replace "the the" by "the".
gdb/ChangeLog:
2020-03-06 Tom de Vries <tdevries@suse.de>
* NEWS: Fix "the the".
* ctfread.c: Same.
gdb/doc/ChangeLog:
2020-03-06 Tom de Vries <tdevries@suse.de>
* gdb.texinfo: Fix "the the".
gdb/testsuite/ChangeLog:
2020-03-06 Tom de Vries <tdevries@suse.de>
* README: Fix "the the".
* gdb.base/dprintf.exp: Same.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a3a89f1..2be283f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2020-03-06 Tom de Vries <tdevries@suse.de> + + * gdb.texinfo: Fix "the the". + 2020-03-04 Tom de Vries <tdevries@suse.de> * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 1fef9dc..385c832 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20568,7 +20568,7 @@ when any of shared library events happen. The best way to do this is to use @code{catch load} and @code{catch unload} (@pxref{Set Catchpoints}). -@value{GDBN} also supports the the @code{set stop-on-solib-events} +@value{GDBN} also supports the @code{set stop-on-solib-events} command for this. This command exists for historical reasons. It is less useful than setting a catchpoint, because it does not allow for conditions or commands as a catchpoint does. @@ -28980,7 +28980,7 @@ recommended that front ends request a specific version of MI when launching @value{GDBN} (e.g. @code{--interpreter=mi2}) to make sure they get an interpreter with the MI version they expect. -The following table gives a summary of the the released versions of the MI +The following table gives a summary of the released versions of the MI interface: the version number, the version of GDB in which it first appeared and the breaking changes compared to the previous version. @@ -29158,7 +29158,7 @@ The following is the list of possible async records: @item *running,thread-id="@var{thread}" The target is now running. The @var{thread} field can be the global -thread ID of the the thread that is now running, and it can be +thread ID of the thread that is now running, and it can be @samp{all} if all threads are running. The frontend should assume that no interaction with a running thread is possible after this notification is produced. The frontend should not assume that this |