[PATCH 0/3] Torward multiple simultaneous core instances

Pedro Alves palves@redhat.com
Thu May 3 16:22:00 GMT 2018


Here's a piece from my multi-target branch that I found was
easily-splittable enough.  This is preparation for being able to debug
multiple cores at once.  E.g., inferior 1 debugging one core, inferior
2 debugging a different core, etc.

There's one patch here that I stole from Tromey's old multi-target
branch early on when I started working on this.  Thanks Tom.  :-)

Pedro Alves (2):
  Eliminate the 'the_core_target' global
  Heap-allocate core_target instances

Tom Tromey (1):
  Move core_bfd to program space

 gdb/corefile.c  |  22 ----
 gdb/corelow.c   | 307 ++++++++++++++++++++++++++++++++------------------------
 gdb/gdbcore.h   |   6 +-
 gdb/progspace.h |   3 +
 4 files changed, 178 insertions(+), 160 deletions(-)

-- 
2.14.3



More information about the Gdb-patches mailing list