[0/3] Another set of debug output patches

Message ID cover.1665076921.git.aburgess@redhat.com
Headers
Series Another set of debug output patches |

Message

Andrew Burgess Oct. 6, 2022, 5:23 p.m. UTC
  More infrun patches (1/3), some thread debug (2/3), and a new debug
class 'infcall' (3/3).

---

Andrew Burgess (3):
  gdb: improve infrun_debug_show_threads output
  gdb: extra debug output in thread.c
  gdb: add infcall specific debugging

 gdb/NEWS            |  4 +++
 gdb/doc/gdb.texinfo |  7 +++++
 gdb/infcall.c       | 68 +++++++++++++++++++++++++++++++++++++++++++++
 gdb/infrun.h        |  2 ++
 gdb/thread.c        |  9 ++++++
 5 files changed, 90 insertions(+)
  

Comments

Tom Tromey Oct. 7, 2022, 7:11 p.m. UTC | #1
>>>>> "Andrew" == Andrew Burgess via Gdb-patches <gdb-patches@sourceware.org> writes:

Andrew> More infrun patches (1/3), some thread debug (2/3), and a new debug
Andrew> class 'infcall' (3/3).

FWIW these all seem fine to me.

Tom