aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-05-07 10:51:09 -0400
committerChong Yidong2010-05-07 10:51:09 -0400
commitabb777ac83ade26884b5c5c1c7304fa4f63169fc (patch)
tree02ba0342b9c54a2a77dacb45c843f69663a12d95
parentbab1431e6c5f6499bf912cde6ffd005744156d1f (diff)
downloademacs-abb777ac83ade26884b5c5c1c7304fa4f63169fc.tar.gz
emacs-abb777ac83ade26884b5c5c1c7304fa4f63169fc.zip
* building.texi (GDB Graphical Interface): Remove misleading comparison
to an IDE (Bug#6128).
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/building.texi11
2 files changed, 10 insertions, 6 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 3030466f7fe..2b8482cf53b 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12010-05-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * building.texi (GDB Graphical Interface): Remove misleading comparison
4 to an IDE (Bug#6128).
5
12010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) 62010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2 7
3 * programs.texi (Man Page): 8 * programs.texi (Man Page):
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 6dbd5abf026..41721a8afd0 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -836,12 +836,11 @@ Fully qualified class name derived from the expression surrounding point
836@subsection GDB Graphical Interface 836@subsection GDB Graphical Interface
837 837
838 The command @code{gdb} starts GDB in a graphical interface, using 838 The command @code{gdb} starts GDB in a graphical interface, using
839Emacs windows for display program state information. In effect, this 839Emacs windows for display program state information. With it, you do
840makes Emacs into an IDE (interactive development environment). With 840not need to use textual GDB commands; you can control the debugging
841it, you do not need to use textual GDB commands; you can control the 841session with the mouse. For example, you can click in the fringe of a
842debugging session with the mouse. For example, you can click in the 842source buffer to set a breakpoint there, or on a stack frame in the
843fringe of a source buffer to set a breakpoint there, or on a stack 843stack buffer to select that frame.
844frame in the stack buffer to select that frame.
845 844
846 This mode requires telling GDB that its ``screen size'' is 845 This mode requires telling GDB that its ``screen size'' is
847unlimited, so it sets the height and width accordingly. For correct 846unlimited, so it sets the height and width accordingly. For correct