mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-20 13:00:51 -07:00
(Other Buffers): SPC toggles display of floating point registers.
This commit is contained in:
parent
f891615689
commit
4f0ea16cba
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue