diff options
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d36affe..73c3075 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2018-06-11 Eli Zaretskii <eliz@gnu.org> + + * gdb.texinfo (Maintenance Commands): Add a missing @anchor. + 2018-06-08 Gary Benson <gbenson@redhat.com> * gdb.texinfo (Maintenance Commands): Document "maint check diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 2c0ac33..2b56b5a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35547,6 +35547,7 @@ modify XML target descriptions. Check that the target descriptions dynamically created by @value{GDBN} equal the descriptions created from XML files found in @var{dir}. +@anchor{maint check libthread-db} @kindex maint check libthread-db @item maint check libthread-db Run integrity checks on the current inferior's thread debugging |