emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/building.texi


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/man/building.texi
Date: Mon, 14 Mar 2005 05:00:58 -0500

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.47 emacs/man/building.texi:1.48
*** emacs/man/building.texi:1.47        Tue Mar  8 02:45:50 2005
--- emacs/man/building.texi     Mon Mar 14 10:00:58 2005
***************
*** 570,583 ****
  details.
  @end table
  
- With the GDB Graphical Interface, you can click @kbd{Mouse-1} on a
- line of the source buffer, in the fringe or display margin, to set a
- breakpoint there.  If a breakpoint already exists on that line, this
- action will remove it (@code{gdb-mouse-set-clear-breakpoint}). Where
- Emacs uses the margin to display breakpoints, it is also possible to
- enable or disable them when you click @kbd{Mouse-3} there
- (@code{gdb-mouse-toggle--breakpoint}).
- 
    These commands interpret a numeric argument as a repeat count, when
  that makes sense.
  
--- 570,575 ----
***************
*** 658,664 ****
  interface where you view and control the program's data using Emacs
  windows.  You can still interact with GDB through the GUD buffer, but
  the point of this mode is that you can do it through menus and clicks,
! without needing to know GDB commands.
  
  @vindex gud-gdb-command-name
  @findex gdba
--- 650,663 ----
  interface where you view and control the program's data using Emacs
  windows.  You can still interact with GDB through the GUD buffer, but
  the point of this mode is that you can do it through menus and clicks,
! without needing to know GDB commands. For example, you can click
! @kbd{Mouse-1} on a line of the source buffer, in the fringe or display
! margin, to set a breakpoint there.  If a breakpoint already exists on
! that line, this action will remove it
! (@code{gdb-mouse-set-clear-breakpoint}). Where Emacs uses the margin
! to display breakpoints, it is also possible to enable or disable them
! when you click @kbd{Mouse-3} there
! (@code{gdb-mouse-toggle--breakpoint}).
  
  @vindex gud-gdb-command-name
  @findex gdba




reply via email to

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