diff options
author | Jan Vrany <jan.vrany@labware.com> | 2025-02-04 13:56:49 +0000 |
---|---|---|
committer | Jan Vrany <jan.vrany@labware.com> | 2025-02-04 13:56:49 +0000 |
commit | 30243af82d55050d4168090626dbc91a1c935159 (patch) | |
tree | a7fd97a9c5cbdbebaf64565db68b67f29e92d8d9 /gdb/doc | |
parent | 5166ed9c9c6f60859295d932b65c5c5a19984dfd (diff) | |
download | binutils-30243af82d55050d4168090626dbc91a1c935159.zip binutils-30243af82d55050d4168090626dbc91a1c935159.tar.gz binutils-30243af82d55050d4168090626dbc91a1c935159.tar.bz2 |
gdb/python: add domain property to gdb.Symbol
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Approved-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/python.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index d3c77d6..1e0fbdf 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -6209,6 +6209,11 @@ of a symbol. Each address class is a constant defined in the @code{gdb} module and described later in this chapter. @end defvar +@defvar Symbol.domain +The domain of the symbol. Each domain is a constant defined in the +@code{gdb} module and described later in this chapter. +@end defvar + @defvar Symbol.needs_frame This is @code{True} if evaluating this symbol's value requires a frame (@pxref{Frames In Python}) and @code{False} otherwise. Typically, |