aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-03-09 01:16:32 +0000
committerRoland Pesch <pesch@cygnus>1991-03-09 01:16:32 +0000
commitc81e78d17fb3dce34f1b0063e13099d775dca92f (patch)
treec6149b29cc87cd81d2e29e9b3200edc8f6255345 /gdb/doc
parent616875fdef58d245e41d35a659e2bc4619621bed (diff)
downloadgdb-c81e78d17fb3dce34f1b0063e13099d775dca92f.zip
gdb-c81e78d17fb3dce34f1b0063e13099d775dca92f.tar.gz
gdb-c81e78d17fb3dce34f1b0063e13099d775dca92f.tar.bz2
Fix typos in descriptions of asm-demangle, attach, and load;
fix index entry for detach.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo13
1 files changed, 6 insertions, 7 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 4449f32..95faf02 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -1034,7 +1034,7 @@ debug a core file instead, you must kill the subprocess in which the
program is running. To do this, use the @samp{kill} command
(@pxref{Kill Process}).
-@item load @var{filename} @var{address}
+@item load @var{filename}
@kindex load
This command will dynamically link @var{filename} on the current target,
performing any necessary downloads, then add @var{filename}'s symbol
@@ -1470,16 +1470,14 @@ for GDB still comes from your terminal.
@node Attach, Kill Process, Input/Output, Running
@section Debugging an Already-Running Process
-@kindex detach
@kindex attach
@cindex attach
@table @code
@item attach @var{process--id}
This command attaches to a running process, if your currently selected
-target supports processes. (@samp{target} command (@samp{info files}
-will show your active targets). The command takes as argument a
-process ID.
+target supports processes. (@samp{info files} will show your active
+targets). The command takes as argument a process ID.
You specify a process ID to debug an already-running process that was
started outside of GDB. (The usual way to find out the process-id of
@@ -1500,6 +1498,7 @@ can modify storage. If you would rather the process continue running,
you may use the @samp{continue} command after attaching GDB to the
process.
+@kindex detach
When you have finished debugging the attached process, you can use the
@samp{detach} command to release it from GDB's control. Detaching
the process continues its execution. After the @samp{detach} command,
@@ -3013,8 +3012,8 @@ Print C++ names in their source form rather than their mangled form, even
in assembler code printouts such as instruction disassemblies.
The default is off.
-@item show asm_demangle
-@kindex show asm_demangle
+@item show asm-demangle
+@kindex show asm-demangle
Show whether C++ names in assembly listings will be printed in mangled
or demangled form.