mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
gdb/doc/
* gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-02-09 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
|
||||||
|
|
||||||
2012-02-07 Tom Tromey <tromey@redhat.com>
|
2012-02-07 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
|
* gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
|
||||||
|
@ -23997,6 +23997,7 @@ of a symbol. Each address class is a constant defined in the
|
|||||||
This is @code{True} if evaluating this symbol's value requires a frame
|
This is @code{True} if evaluating this symbol's value requires a frame
|
||||||
(@pxref{Frames In Python}) and @code{False} otherwise. Typically,
|
(@pxref{Frames In Python}) and @code{False} otherwise. Typically,
|
||||||
local variables will require a frame, but other symbols will not.
|
local variables will require a frame, but other symbols will not.
|
||||||
|
@end defvar
|
||||||
|
|
||||||
@defvar Symbol.is_argument
|
@defvar Symbol.is_argument
|
||||||
@code{True} if the symbol is an argument of a function.
|
@code{True} if the symbol is an argument of a function.
|
||||||
|
Reference in New Issue
Block a user