]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
remote & target_extra_thread_info, use cache w/ qThreadExtraInfo and qP too
authorPedro Alves <palves@redhat.com>
Fri, 29 Jun 2018 19:45:34 +0000 (20:45 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 29 Jun 2018 19:45:34 +0000 (20:45 +0100)
commitc76a8ea36c9567b2b194285ceeae29bbfc26b20a
treee98d745c585aedcba9f53be5d80e7c472ba67120
parentcd2bb709940d33668fe6dbe8d4ffee0ed44c25e6
remote & target_extra_thread_info, use cache w/ qThreadExtraInfo and qP too

The following patch will make "info threads" call target_extra_thread_info
more frequently.  When I looked at the remote implementation, I noticed
that if we're not using qXfer:threads:read, then we'd be increasing the
remote protocol traffic.  This commit prevents that from happening.

Also, it removes a gratuitous local static buffer, which seems good on
its own.

gdb/ChangeLog:
2018-06-29  Pedro Alves  <palves@redhat.com>

* remote.c (remote_target::extra_thread_info): Delete
'display_buf' and 'n' locals.  from the cache, regardless of
packet mechanims is in use.  Use cache for qThreadExtra and qP
methods too.
gdb/ChangeLog
gdb/remote.c