aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-04-04 00:33:18 +0000
committerRoland Pesch <pesch@cygnus>1991-04-04 00:33:18 +0000
commit8922ff76e39b06f63229f60db8c790d57f249b80 (patch)
treeb4b3881477e97e49e39dc226c0b5199cab746406 /gdb
parent5e4fd5d5839854ed1251ad71ac4f763a366881d9 (diff)
downloadgdb-8922ff76e39b06f63229f60db8c790d57f249b80.zip
gdb-8922ff76e39b06f63229f60db8c790d57f249b80.tar.gz
gdb-8922ff76e39b06f63229f60db8c790d57f249b80.tar.bz2
(1) fix macro invocation of _GDBN__ that didn't expand due to adjacent 's';
(2) attempt better text for when register relativization makes no diff.
Diffstat (limited to 'gdb')
-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 444b38a..9882beb 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -3432,17 +3432,16 @@ cases, _GDBN__ normally works with the virtual format only (the format that
makes sense for your program), but the @samp{info registers} command
prints the data in both formats.
-Register values are relative to the selected stack frame
+Normally, register values are relative to the selected stack frame
(@pxref{Selection}). This means that you get the value that the register
would contain if all stack frames farther in were exited and their saved
registers restored. In order to see the contents of hardware registers,
you must select the innermost frame (with @samp{frame 0}).
-Some registers are never saved (typically those numbered zero or one)
-because they are used for returning function values. In some operating
-systems (those using the ``caller saves'' convention), there are other
-registers intended for free alteration by a called routine. For these
-registers, relativization makes no difference.
+However, _GDBN__ must deduce where registers are saved, from the machine
+code generated by your compiler. If some registers are not saved, or if
+_GDBN__ is unable to locate the saved registers, the selected stack
+frame will make no difference.
@table @code
@item info registers
@@ -4183,7 +4182,7 @@ _GDBN__ indicates its readiness to read a command by printing a string
called the @dfn{prompt}. This string is normally @samp{(_GDBP__)}. You can
change the prompt string with the @samp{set prompt} command. For
instance, when debugging _GDBN__ with _GDBN__, it is useful to change the prompt
-in one of the _GDBN__s so that you tell which one you are talking to.
+in one of the _GDBN__<>s so that you tell which one you are talking to.
@table @code
@item set prompt @var{newprompt}