aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorHannes Domani <ssbssa@yahoo.de>2021-05-26 18:22:36 +0200
committerHannes Domani <ssbssa@yahoo.de>2021-05-27 19:54:34 +0200
commit868027a48b613b9024a0da835b920a6e2ec2528c (patch)
treea15abefc01d771e46fae67b9b7e621f6284dc8df /gdb
parent248f7165005096fc618c5fd9bf3588719fc589ef (diff)
downloadfsf-binutils-gdb-868027a48b613b9024a0da835b920a6e2ec2528c.zip
fsf-binutils-gdb-868027a48b613b9024a0da835b920a6e2ec2528c.tar.gz
fsf-binutils-gdb-868027a48b613b9024a0da835b920a6e2ec2528c.tar.bz2
Document gdb.SYMBOL_LOC_LABEL
Looks like it was missing from the beginning. gdb/doc/ChangeLog: 2021-05-27 Hannes Domani <ssbssa@yahoo.de> * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/python.texi4
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 6d56540..51503a7 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-27 Hannes Domani <ssbssa@yahoo.de>
+
+ * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL.
+
2021-05-25 Hannes Domani <ssbssa@yahoo.de>
* python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index 0c13eb4..9127b96 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -5214,6 +5214,10 @@ Value is a local variable.
Value not used. Symbols in the domain @code{SYMBOL_STRUCT_DOMAIN} all
have this class.
+@vindex SYMBOL_LOC_LABEL
+@item gdb.SYMBOL_LOC_LABEL
+Value is a label.
+
@vindex SYMBOL_LOC_BLOCK
@item gdb.SYMBOL_LOC_BLOCK
Value is a block.