This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/4] Make "checkpoint" not rely on inferior_ptid


Patch #1 is a patch that I had on the multi-target branch.  Patches
#2-#4 are follow up C++ifications/cleanups while I was at it.

Pedro Alves (4):
  Make "checkpoint" not rely on inferior_ptid
  C++ify fork_info, use std::list
  linux-fork.c: rewrite inf_has_multiple_threads
  Eliminate fork_info::clobber_regs

 gdb/linux-fork.c | 377 ++++++++++++++++++++++++-------------------------------
 gdb/linux-fork.h |   2 +-
 2 files changed, 163 insertions(+), 216 deletions(-)

-- 
2.14.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]