aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-02-08 00:39:45 +0000
committerMichael Snyder <msnyder@vmware.com>2002-02-08 00:39:45 +0000
commitdef71bfa3c2aaf973c269d5efb4d3b71e4b39416 (patch)
tree19fab43ef791e60b26a0a4b08949759a9069186d /gdb/doc
parentac909337848a2a0124bb9db58f21d068c1f1a4fb (diff)
downloadfsf-binutils-gdb-def71bfa3c2aaf973c269d5efb4d3b71e4b39416.zip
fsf-binutils-gdb-def71bfa3c2aaf973c269d5efb4d3b71e4b39416.tar.gz
fsf-binutils-gdb-def71bfa3c2aaf973c269d5efb4d3b71e4b39416.tar.bz2
2002-02-07 Michael Snyder <msnyder@redhat.com>
* gdb.texinfo (overlays): Change @var(_ovly_debug_event) to @code(_ovly_debug_event).
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index f648cc2..f3a0fcf 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-07 Michael Snyder <msnyder@redhat.com>
+
+ * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
+ to @code(_ovly_debug_event).
+
2002-02-07 Andrew Cagney <ac131313@redhat.com>
* gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 1f6634c..ed1fbc4 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -6651,7 +6651,7 @@ the entry's @code{mapped} member to determine whether the overlay is
currently mapped.
In addition, your overlay manager may define a function called
-@var{_ovly_debug_event}. If this function is defined, @value{GDBN}
+@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
will silently set a breakpoint there. If the overlay manager then
calls this function whenever it has changed the overlay table, this
will enable @value{GDBN} to accurately keep track of which overlays