# HG changeset patch # User Nick Roberts # Date 1117229281 0 # Node ID 631fcdc8480cc1f1c296220ce02757d00375b07a # Parent 2ab40e47ee9cd3d8e98577c8b86032a1982f2dd8 (Other Buffers): SPC toggles display of floating point registers. diff -r 2ab40e47ee9c -r 631fcdc8480c man/building.texi --- a/man/building.texi Fri May 27 21:27:22 2005 +0000 +++ b/man/building.texi Fri May 27 21:28:01 2005 +0000 @@ -932,7 +932,8 @@ @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 @@ 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.