summaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2004-10-23 14:21:44 +0000
committerEli Zaretskii <eliz@gnu.org>2004-10-23 14:21:44 +0000
commitf018e82f92e263dc6ec32b3c20b7ae494a6eda70 (patch)
treecd783517a67ff1b108bcbd8ae5b4cc38eb99a121 /gdb/doc
parentdcaf7c2c09e2c689575fa13a443e4a3365af9269 (diff)
downloadbinutils-gdb-f018e82f92e263dc6ec32b3c20b7ae494a6eda70.tar.gz
2004-10-23 Eli Zaretskii <eliz@gnu.org>
* gdb.texinfo (Starting): Fix whitespace; make "elaboration" stand out where it is first used, and add an index entry for the term.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog2
-rw-r--r--gdb/doc/gdb.texinfo7
2 files changed, 6 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 93061fca9de..f92bbea45c4 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -5,6 +5,8 @@
(Working Directory): Add a cross-reference to "info proc" command.
(Files): Add a tip for decreasing memory used for symtabs from
shared libraries.
+ (Starting): Fix whitespace; make "elaboration" stand out where it
+ is first used, and add an index entry for the term.
2004-10-12 Andrew Cagney <cagney@gnu.org>
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 3c798be5f56..0909aa3620e 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -1760,9 +1760,10 @@ The @samp{start} command does the equivalent of setting a temporary
breakpoint at the beginning of the main procedure and then invoking
the @samp{run} command.
-Some programs contain an elaboration phase where some startup code is
-executed before the main program is called. This depends on the
-languages used to write your program. In C@t{++} for instance,
+@cindex elaboration phase
+Some programs contain an @dfn{elaboration} phase where some startup code is
+executed before the main procedure is called. This depends on the
+languages used to write your program. In C@t{++}, for instance,
constructors for static and global objects are executed before
@code{main} is called. It is therefore possible that the debugger stops
before reaching the main procedure. However, the temporary breakpoint