Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Make linux checkpoints work with multiple inferiors
@ 2024-03-23 20:27 Kevin Buettner
  2024-03-23 20:27 ` [PATCH 1/2] " Kevin Buettner
  2024-03-23 20:27 ` [PATCH 2/2] Make thread_db_target::pid_to_str checkpoint-aware Kevin Buettner
  0 siblings, 2 replies; 4+ messages in thread
From: Kevin Buettner @ 2024-03-23 20:27 UTC (permalink / raw)
  To: gdb-patches; +Cc: Kevin Buettner

This series fixes some problems with the current checkpoint code.  The
first patch makes the checkpoint code inferior aware, fixing a number
of bugs.  The second patch fixes a nit with the way that checkpoints
are sometimes printed.

Kevin Buettner (2):
  Make linux checkpoints work with multiple inferiors
  Make thread_db_target::pid_to_str checkpoint-aware

 gdb/linux-fork.c                             | 361 ++++++----
 gdb/linux-fork.h                             |  13 +-
 gdb/linux-nat.c                              |  20 +-
 gdb/linux-thread-db.c                        |   4 +-
 gdb/testsuite/gdb.multi/checkpoint-multi.exp | 668 +++++++++++++++++++
 5 files changed, 925 insertions(+), 141 deletions(-)
 create mode 100644 gdb/testsuite/gdb.multi/checkpoint-multi.exp

-- 
2.44.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-26 12:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-23 20:27 [PATCH 0/2] Make linux checkpoints work with multiple inferiors Kevin Buettner
2024-03-23 20:27 ` [PATCH 1/2] " Kevin Buettner
2024-03-26 12:55   ` Pedro Alves
2024-03-23 20:27 ` [PATCH 2/2] Make thread_db_target::pid_to_str checkpoint-aware Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox