2002-02-07 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 8 Feb 2002 00:39:45 +0000 (00:39 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 8 Feb 2002 00:39:45 +0000 (00:39 +0000)
* gdb.texinfo (overlays): Change @var(_ovly_debug_event)
to @code(_ovly_debug_event).

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index f648cc293e4085a7c8ad0be247832349231c5314..f3a0fcfda7c11a54f8c68bfdcc4bcec53cab78b2 100644 (file)
@@ -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.
index 1f6634c11d79700135db0ef3edf735255209a079..ed1fbc4134a69da3197e8948045e3f288f30992e 100644 (file)
@@ -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
This page took 0.042225 seconds and 4 git commands to generate.