diff options
| author | Nick Roberts | 2005-12-01 02:05:17 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-12-01 02:05:17 +0000 |
| commit | c32870276d9149cbbdf32eb7185bfc47228af407 (patch) | |
| tree | 7b2d8ece9d570a285ca69e247869bebf486c2da9 | |
| parent | 9386f7a93ea9fef1598546483b93d25853cc1894 (diff) | |
| download | emacs-c32870276d9149cbbdf32eb7185bfc47228af407.tar.gz emacs-c32870276d9149cbbdf32eb7185bfc47228af407.zip | |
(GDB User Interface Layout): Describe how to kill associated buffers.
(Breakpoints Buffer): Use D instead of d for gdb-var-delete.
(Watch Expressions): Be more precise.
(Other GDB User Interface Buffers): Describe how to change a
register value.
| -rw-r--r-- | man/building.texi | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/man/building.texi b/man/building.texi index 5b63467de15..82291510f08 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -835,6 +835,8 @@ respectively. If the menu-bar is unavailable, type @code{M-x | |||
| 835 | gdb-display-@var{buffertype}-buffer} or @code{M-x | 835 | gdb-display-@var{buffertype}-buffer} or @code{M-x |
| 836 | gdb-frame-@var{buffertype}-buffer} respectively, where | 836 | gdb-frame-@var{buffertype}-buffer} respectively, where |
| 837 | @var{buffertype} is the relevant buffer type e.g breakpoints. | 837 | @var{buffertype} is the relevant buffer type e.g breakpoints. |
| 838 | Most of these buffers are read-only and be killed by simply | ||
| 839 | pressing @kbd{q} in them. | ||
| 838 | 840 | ||
| 839 | When you finish debugging then kill the GUD buffer with @kbd{C-x k}, | 841 | When you finish debugging then kill the GUD buffer with @kbd{C-x k}, |
| 840 | which will also kill all the buffers associated with the session. | 842 | which will also kill all the buffers associated with the session. |
| @@ -863,8 +865,8 @@ relevant line. This is red when the breakpoint is enabled and grey | |||
| 863 | when it is disabled. Text-only terminals correspondingly display | 865 | when it is disabled. Text-only terminals correspondingly display |
| 864 | a @samp{B} or @samp{b}. | 866 | a @samp{B} or @samp{b}. |
| 865 | 867 | ||
| 866 | @item d | 868 | @item D |
| 867 | @kindex d @r{(GDB breakpoints buffer)} | 869 | @kindex D @r{(GDB breakpoints buffer)} |
| 868 | @findex gdb-delete-breakpoint | 870 | @findex gdb-delete-breakpoint |
| 869 | Delete the breakpoint at the current line (@code{gdb-delete-breakpoint}). | 871 | Delete the breakpoint at the current line (@code{gdb-delete-breakpoint}). |
| 870 | 872 | ||
| @@ -903,8 +905,9 @@ icon in the tool bar (@code{gud-watch}). | |||
| 903 | Each watch expression is displayed in the speedbar. Complex data | 905 | Each watch expression is displayed in the speedbar. Complex data |
| 904 | types, such as arrays, structures and unions are represented in a tree | 906 | types, such as arrays, structures and unions are represented in a tree |
| 905 | format. Leaves and simple data types show the name of the expression | 907 | format. Leaves and simple data types show the name of the expression |
| 906 | and its value, and display the type as a tooltip. Higher levels | 908 | and its value, and display the type as a tooltip. Higher levels show |
| 907 | just show the name and the data type. | 909 | the name, type and address value for pointers and just the name and |
| 910 | type otherwise. | ||
| 908 | 911 | ||
| 909 | To expand or contract a complex data type, click @kbd{Mouse-2} | 912 | To expand or contract a complex data type, click @kbd{Mouse-2} |
| 910 | on the tag to the left of the expression. | 913 | on the tag to the left of the expression. |
| @@ -961,8 +964,9 @@ alternatively click @kbd{Mouse-2} there, to examine their values. | |||
| 961 | @item Registers Buffer | 964 | @item Registers Buffer |
| 962 | @findex toggle-gdb-all-registers | 965 | @findex toggle-gdb-all-registers |
| 963 | The registers buffer displays the values held by the registers | 966 | The registers buffer displays the values held by the registers |
| 964 | (@pxref{Registers,,, gdb, The GNU debugger}). Press @key{SPC} to | 967 | (@pxref{Registers,,, gdb, The GNU debugger}). Press @key{RET} or |
| 965 | toggle the display of floating point registers | 968 | click @kbd{Mouse-2} on a register if you want to change its value. |
| 969 | Press @key{SPC} to toggle the display of floating point registers | ||
| 966 | (@code{toggle-gdb-all-registers}). | 970 | (@code{toggle-gdb-all-registers}). |
| 967 | 971 | ||
| 968 | @item Assembler Buffer | 972 | @item Assembler Buffer |