diff options
| author | Nick Roberts | 2005-03-23 03:06:01 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-03-23 03:06:01 +0000 |
| commit | 90563cb3fb91c5237891c34f78e33fd6f51a9245 (patch) | |
| tree | 00a4e8a769b897b9269126e47871d8b29156a1bf | |
| parent | 3de2b9041ff232e5c2f0beda325802c3c60737ad (diff) | |
| download | emacs-90563cb3fb91c5237891c34f78e33fd6f51a9245.tar.gz emacs-90563cb3fb91c5237891c34f78e33fd6f51a9245.zip | |
(Stack Buffer): Mention reverse contrast for
*selected* frame (might not be current frame).
| -rw-r--r-- | man/building.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/man/building.texi b/man/building.texi index 3e90144925d..50490e34dd5 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -804,7 +804,8 @@ Delete the breakpoint at the current line (@code{gdb-delete-breakpoint}). | |||
| 804 | @kindex RET @r{(GDB breakpoints buffer)} | 804 | @kindex RET @r{(GDB breakpoints buffer)} |
| 805 | @findex gdb-goto-breakpoint | 805 | @findex gdb-goto-breakpoint |
| 806 | Display the file in the source buffer at the breakpoint specified at | 806 | Display the file in the source buffer at the breakpoint specified at |
| 807 | the current line (@code{gdb-goto-breakpoint}). Alternatively, click @kbd{Mouse-2} on the breakpoint that you wish to visit. | 807 | the current line (@code{gdb-goto-breakpoint}). Alternatively, click |
| 808 | @kbd{Mouse-2} on the breakpoint that you wish to visit. | ||
| 808 | @end table | 809 | @end table |
| 809 | 810 | ||
| 810 | @node Stack Buffer | 811 | @node Stack Buffer |
| @@ -814,12 +815,12 @@ The stack buffer displays a @dfn{call stack}, with one line for each | |||
| 814 | of the nested subroutine calls (@dfn{stack frames}) now active in the | 815 | of the nested subroutine calls (@dfn{stack frames}) now active in the |
| 815 | program. @xref{Backtrace,,info stack, gdb, The GNU debugger}. | 816 | program. @xref{Backtrace,,info stack, gdb, The GNU debugger}. |
| 816 | 817 | ||
| 817 | Move point to any frame in the stack and type @key{RET} to make it | 818 | The selected frame is displayed in reverse contrast. Move point to |
| 818 | become the current frame (@code{gdb-frames-select}) and display the | 819 | any frame in the stack and type @key{RET} to select it (@code{gdb-frames-select}) |
| 819 | associated source in the source buffer. Alternatively, click | 820 | and display the associated source in the source buffer. Alternatively, |
| 820 | @kbd{Mouse-2} to make the selected frame become the current one. If the | 821 | click @kbd{Mouse-2} to make the selected frame become the current one. |
| 821 | locals buffer is displayed then its contents update to display the | 822 | If the locals buffer is displayed then its contents update to display |
| 822 | variables that are local to the new frame. | 823 | the variables that are local to the new frame. |
| 823 | 824 | ||
| 824 | @node Watch Expressions | 825 | @node Watch Expressions |
| 825 | @subsubsection Watch Expressions | 826 | @subsubsection Watch Expressions |