diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2009-08-06 23:08:16 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2009-08-06 23:08:16 +0000 |
commit | d837706a7c1ce2dea0c2c18d3f7977bc54e31eb6 (patch) | |
tree | be0c89865856056b61454d985c3e3540d5ca08c3 | |
parent | 43089a6e06e5e4eda6d9f003be33c4ce8c7e0f28 (diff) | |
download | gdb-d837706a7c1ce2dea0c2c18d3f7977bc54e31eb6.zip gdb-d837706a7c1ce2dea0c2c18d3f7977bc54e31eb6.tar.gz gdb-d837706a7c1ce2dea0c2c18d3f7977bc54e31eb6.tar.bz2 |
(Server Prefix): Explain that server prefix suppresses
confirmation request.
-rw-r--r-- | gdb/doc/gdb.texinfo | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9ccdb67..4016acc 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -18009,6 +18009,7 @@ Displays how many symbol complaints @value{GDBN} is permitted to produce. @end table +@anchor{confirmation requests} By default, @value{GDBN} is cautious, and asks what sometimes seems to be a lot of stupid questions to confirm certain commands. For example, if you try to run a program which is already running: @@ -25697,9 +25698,13 @@ command to repeat if @key{RET} is pressed on a line by itself. This means that commands can be run behind a user's back by a front-end in a transparent manner. -The server prefix does not affect the recording of values into the value -history; to print a value without recording it into the value history, -use the @code{output} command instead of the @code{print} command. +The @code{server } prefix does not affect the recording of values into +the value history; to print a value without recording it into the +value history, use the @code{output} command instead of the +@code{print} command. + +Using this prefix also disables confirmation requests +(@pxref{confirmation requests}). @node Prompting @section Annotation for @value{GDBN} Input |