diff options
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/python.texi | 4 |
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. |