emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/emacs/building.texi,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/doc/emacs/building.texi,v
Date: Sat, 19 Apr 2008 23:05:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  08/04/19 23:05:21

Index: building.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/building.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- building.texi       22 Jan 2008 23:53:35 -0000      1.5
+++ building.texi       19 Apr 2008 23:05:21 -0000      1.6
@@ -866,7 +866,7 @@
 |--------------------------------+--------------------------------+
 |   Primary Source buffer        |   I/O buffer for debugged pgm  |
 |--------------------------------+--------------------------------+
-|   Stack buffer                 |   Breakpoints buffer           |
+|   Stack buffer                 |   Breakpoints/thread buffer    |
 +--------------------------------+--------------------------------+
 @end group
 @end smallexample
@@ -994,6 +994,11 @@
 Visit the source line for the breakpoint you click on.
 @end table
 
+When @code{gdb-many-windows} is address@hidden, the breakpoints buffer
+shares its window with the threads buffer.  To switch from one to the
+other click with @kbd{mouse-1} on the relevant button in the header
+line.
+
 @node Stack Buffer
 @subsubsection Stack Buffer
 
@@ -1065,6 +1070,15 @@
 locals buffer is visible, its contents update to display the variables
 that are local in the new thread.
 
+When @code{gdb-many-windows} is address@hidden, the threads buffer
+shares its window with the breakpoints buffer.  To switch from one to
+the other click with @kbd{mouse-1} on the relevant button in the
+header line.
+
+When there is more than one main thread and the threads buffer is
+present, Emacs displays the selected thread number in many of the
+GDB-UI Buffers.
+
 @item Memory Buffer
 The memory buffer lets you examine sections of program memory
 (@pxref{Memory, Memory, Examining memory, gdb, The GNU debugger}).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]