diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-05-27 21:28:01 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-05-27 21:28:01 +0000 |
commit | 4f0ea16cbae5cf530deac348187d8d0b6916a033 (patch) | |
tree | 26a504633863c806ed3d7c85984193f013b19206 /man/building.texi | |
parent | f8916156891a6ef1a4369074eee513fc119cf179 (diff) | |
download | emacs-4f0ea16cbae5cf530deac348187d8d0b6916a033.tar.gz |
(Other Buffers): SPC toggles display of floating point registers.
Diffstat (limited to 'man/building.texi')
-rw-r--r-- | man/building.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/building.texi b/man/building.texi index 78eb49702f4..f98136f9db1 100644 --- a/man/building.texi +++ b/man/building.texi @@ -932,7 +932,8 @@ separately to examine their values. @xref{Watch Expressions}. @item Registers Buffer The registers buffer displays the values held by the registers -(@pxref{Registers,,, gdb, The GNU debugger}). +(@pxref{Registers,,, gdb, The GNU debugger}). Press @key{SPC} to +toggle the display of floating point registers. @item Assembler Buffer The assembler buffer displays the current frame as machine code. An @@ -944,7 +945,7 @@ appear in the fringe or margin. The threads buffer displays a summary of all threads currently in your program (@pxref{Threads,,, gdb, The GNU debugger}). Move point to -any thread in the list and type @key{RET} to make it become the +any thread in the list and press @key{RET} to make it become the current thread (@code{gdb-threads-select}) and display the associated source in the source buffer. Alternatively, click @kbd{Mouse-2} to make the selected thread become the current one. |