[v2,0/2] Improve handling of thread numbers for reverse execution targets

Message ID 20230707162451.3605544-1-mhov@undo.io
Headers
Series Improve handling of thread numbers for reverse execution targets |

Message

Magne Hov July 7, 2023, 4:24 p.m. UTC
  I've addressed two comments from Lancelot.

I'm not aware of any maintainers that are directly responsible for any of the
files I've touched, so I'm not sure who's best placed to approve these changes.

Magne Hov (2):
  gdb: keep record of thread numbers for reverse execution targets
  gdb: retain thread-specific breakpoints in reverse execution targets

 gdb/breakpoint.c | 18 +++++++++++++-----
 gdb/inferior.c   |  1 +
 gdb/inferior.h   |  7 +++++++
 gdb/thread.c     | 38 ++++++++++++++++++++++++++++++++++++--
 4 files changed, 57 insertions(+), 7 deletions(-)
  

Comments

Tom Tromey Sept. 19, 2023, 4:34 p.m. UTC | #1
>>>>> "Magne" == Magne Hov via Gdb-patches <gdb-patches@sourceware.org> writes:

Magne> I've addressed two comments from Lancelot.
Magne> I'm not aware of any maintainers that are directly responsible for any of the
Magne> files I've touched, so I'm not sure who's best placed to approve these changes.

Thank you for the patches.  I'm sorry about the delay on this, TBH I was
hoping someone else would get to it first.

I sent one comment about patch #1, but you don't need to resubmit the
series -- you can just fix that, rebuild, and check it in.

Approved-By: Tom Tromey <tom@tromey.com>

Tom