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.
This commit is contained in:
Hannes Domani 2021-05-26 18:22:36 +02:00
parent 248f716500
commit 868027a48b
2 changed files with 8 additions and 0 deletions

View 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.