From: Hannes Domani Date: Wed, 26 May 2021 16:22:36 +0000 (+0200) Subject: Document gdb.SYMBOL_LOC_LABEL X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=868027a48b613b9024a0da835b920a6e2ec2528c;p=deliverable%2Fbinutils-gdb.git Document gdb.SYMBOL_LOC_LABEL Looks like it was missing from the beginning. gdb/doc/ChangeLog: 2021-05-27 Hannes Domani * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6d5654070d..51503a7142 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2021-05-27 Hannes Domani + + * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL. + 2021-05-25 Hannes Domani * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK. diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 0c13eb4740..9127b9617d 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.