diff options
author | Kevin Buettner <kevinb@redhat.com> | 2017-04-06 14:55:32 -0700 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2017-09-21 11:49:48 -0700 |
commit | f2ff95c5837bd41848e7156aa2677498518d0d18 (patch) | |
tree | 532587f683fdf2d2edb604ed19c3dfde8fb11fcf /gdb/doc/ChangeLog | |
parent | f6327dcbf0bc91bb9d99e12232d2b1a2f959fce6 (diff) | |
download | gdb-f2ff95c5837bd41848e7156aa2677498518d0d18.zip gdb-f2ff95c5837bd41848e7156aa2677498518d0d18.tar.gz gdb-f2ff95c5837bd41848e7156aa2677498518d0d18.tar.bz2 |
Documentation for qXfer:threads:read handle attribute
gdb/doc/ChangeLog:
* gdb.texinfo (qXfer:threads:read): Add documentation for handle
attribute.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 0bd6ff2..a3612db 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2017-09-21 Kevin Buettner <kevinb@redhat.com> + * gdb.texinfo (qXfer:threads:read): Add documentation for handle + attribute. + +2017-09-21 Kevin Buettner <kevinb@redhat.com> + * python.texi (Inferiors In Python): Add description for method Inferior.thread_from_thread_handle. |