mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* gdb.texinfo: Add missing "@bullet" to some "@itemize"
commands.
This commit is contained in:
@ -1,9 +1,14 @@
|
|||||||
|
Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
|
* gdb.texinfo: Add missing "@bullet" to some "@itemize"
|
||||||
|
commands.
|
||||||
|
|
||||||
Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
* gdb.texinfo (Print settings): Document
|
* gdb.texinfo (Print settings): Document
|
||||||
`set/show print static-members' commands.
|
`set/show print static-members' commands.
|
||||||
|
|
||||||
Wed Jan 10 14:16:37 1996 Fred Fish <fnf@fishpond.amigalib.com>
|
Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
* gdbint.texinfo (Native): Document name change, coredep.c to
|
* gdbint.texinfo (Native): Document name change, coredep.c to
|
||||||
core-aout.c.
|
core-aout.c.
|
||||||
|
@ -3487,7 +3487,7 @@ argument, this command is used to select a stack frame.
|
|||||||
This command prints a verbose description of the selected stack frame,
|
This command prints a verbose description of the selected stack frame,
|
||||||
including:
|
including:
|
||||||
|
|
||||||
@itemize
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
the address of the frame
|
the address of the frame
|
||||||
@item
|
@item
|
||||||
@ -4052,14 +4052,14 @@ in your program.
|
|||||||
Variables in expressions are understood in the selected stack frame
|
Variables in expressions are understood in the selected stack frame
|
||||||
(@pxref{Selection, ,Selecting a frame}); they must be either:
|
(@pxref{Selection, ,Selecting a frame}); they must be either:
|
||||||
|
|
||||||
@itemize
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
global (or static)
|
global (or static)
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@noindent or
|
@noindent or
|
||||||
|
|
||||||
@itemize
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
visible according to the scope rules of the
|
visible according to the scope rules of the
|
||||||
programming language from the point of execution in that frame
|
programming language from the point of execution in that frame
|
||||||
|
Reference in New Issue
Block a user