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