aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/building.texi5
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}.
932 932
933@item Registers Buffer 933@item Registers Buffer
934The registers buffer displays the values held by the registers 934The registers buffer displays the values held by the registers
935(@pxref{Registers,,, gdb, The GNU debugger}). 935(@pxref{Registers,,, gdb, The GNU debugger}). Press @key{SPC} to
936toggle the display of floating point registers.
936 937
937@item Assembler Buffer 938@item Assembler Buffer
938The assembler buffer displays the current frame as machine code. An 939The assembler buffer displays the current frame as machine code. An
@@ -944,7 +945,7 @@ appear in the fringe or margin.
944 945
945The threads buffer displays a summary of all threads currently in your 946The threads buffer displays a summary of all threads currently in your
946program (@pxref{Threads,,, gdb, The GNU debugger}). Move point to 947program (@pxref{Threads,,, gdb, The GNU debugger}). Move point to
947any thread in the list and type @key{RET} to make it become the 948any thread in the list and press @key{RET} to make it become the
948current thread (@code{gdb-threads-select}) and display the associated 949current thread (@code{gdb-threads-select}) and display the associated
949source in the source buffer. Alternatively, click @kbd{Mouse-2} to 950source in the source buffer. Alternatively, click @kbd{Mouse-2} to
950make the selected thread become the current one. 951make the selected thread become the current one.