diff options
author | Tom de Vries <tdevries@suse.de> | 2025-03-06 23:21:54 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-03-06 23:21:54 +0100 |
commit | 24dc9ad2051b17b7b0e37fb46ecd779b779a2d5a (patch) | |
tree | 7dce0c0e3fbe4c5c71b449084dc8b3eba89d1469 /gdb | |
parent | cfa9718522f4d02e3d6f5a7eea13722ec951bfbf (diff) | |
download | binutils-24dc9ad2051b17b7b0e37fb46ecd779b779a2d5a.zip binutils-24dc9ad2051b17b7b0e37fb46ecd779b779a2d5a.tar.gz binutils-24dc9ad2051b17b7b0e37fb46ecd779b779a2d5a.tar.bz2 |
[gdb/doc] Fix typos in gdb.texinfo
Fix typos:
...
preprend -> prepend
wth -> with
Connnections -> Connections
...
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 95a881e..04719bf 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -23549,7 +23549,7 @@ on the @code{gdbserver} command line or use the @option{--attach} option on the @code{gdbserver} command line, or you can load the program or attach to it using @value{GDBN} commands after connecting to @code{gdbserver}. -@anchor{--multi Option in Types of Remote Connnections} +@anchor{--multi Option in Types of Remote Connections} You can start @code{gdbserver} without supplying an initial command to run or process ID to attach. To do this, use the @option{--multi} command line option. Then you can connect using @code{target extended-remote} and start @@ -24038,7 +24038,7 @@ You can use the @option{--multi} option to start @code{gdbserver} without specifying a program to debug or a process to attach to. Then you can attach in @code{target extended-remote} mode and run or attach to a program. For more information, -@pxref{--multi Option in Types of Remote Connnections}. +@pxref{--multi Option in Types of Remote Connections}. @cindex @option{--debug}, @code{gdbserver} option The @option{--debug[=option1,option2,@dots{}]} option tells @@ -30042,7 +30042,7 @@ but it was deemed this would be confusing, and so is not allowed.}. For example, if you often use the command @code{thread apply all} specifying to work on the threads in ascending order and to continue in case it -encounters an error, you can tell @value{GDBN} to automatically preprend +encounters an error, you can tell @value{GDBN} to automatically prepend the @code{-ascending} and @code{-c} options by using: @smallexample @@ -42398,7 +42398,7 @@ required. @end table @var{name} and @var{class} are always case insensitive. If no option -starting wth @code{-} is given, @value{GDBN} assumes @code{-class}. +starting with @code{-} is given, @value{GDBN} assumes @code{-class}. @kindex maint set worker-threads @kindex maint show worker-threads |