diff options
author | Hannes Domani <ssbssa@yahoo.de> | 2021-05-26 18:22:36 +0200 |
---|---|---|
committer | Hannes Domani <ssbssa@yahoo.de> | 2021-05-27 19:54:34 +0200 |
commit | 868027a48b613b9024a0da835b920a6e2ec2528c (patch) | |
tree | a15abefc01d771e46fae67b9b7e621f6284dc8df /gdb/doc/python.texi | |
parent | 248f7165005096fc618c5fd9bf3588719fc589ef (diff) | |
download | gdb-868027a48b613b9024a0da835b920a6e2ec2528c.zip gdb-868027a48b613b9024a0da835b920a6e2ec2528c.tar.gz 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/doc/python.texi')
-rw-r--r-- | gdb/doc/python.texi | 4 |
1 files changed, 4 insertions, 0 deletions
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. |