From 868027a48b613b9024a0da835b920a6e2ec2528c Mon Sep 17 00:00:00 2001 From: Hannes Domani Date: Wed, 26 May 2021 18:22:36 +0200 Subject: [PATCH] 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. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/python.texi | 4 ++++ 2 files changed, 8 insertions(+) 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. -- 2.34.1