aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorJan Vrany <jan.vrany@labware.com>2025-02-04 13:56:49 +0000
committerJan Vrany <jan.vrany@labware.com>2025-02-04 13:56:49 +0000
commit30243af82d55050d4168090626dbc91a1c935159 (patch)
treea7fd97a9c5cbdbebaf64565db68b67f29e92d8d9 /gdb/doc
parent5166ed9c9c6f60859295d932b65c5c5a19984dfd (diff)
downloadbinutils-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.texi5
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,