]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Document gdb.SYMBOL_LOC_LABEL
authorHannes Domani <ssbssa@yahoo.de>
Wed, 26 May 2021 16:22:36 +0000 (18:22 +0200)
committerHannes Domani <ssbssa@yahoo.de>
Thu, 27 May 2021 17:54:34 +0000 (19:54 +0200)
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.

gdb/doc/ChangeLog
gdb/doc/python.texi

index 6d5654070d1c6819949f3cd6423ba535b958dd39..51503a7142441604107deb734cebf7e7d1052147 100644 (file)
@@ -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.
index 0c13eb4740848378b4f29922a87b139ec6ba7364..9127b9617dbd07786fc1e172da585aa5bd2a9126 100644 (file)
@@ -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.