public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Torward multiple simultaneous core instances
@ 2018-05-03 16:22 Pedro Alves
  2018-05-03 16:22 ` [PATCH 1/3] Move core_bfd to program space Pedro Alves
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Pedro Alves @ 2018-05-03 16:22 UTC (permalink / raw)
  To: gdb-patches

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

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

end of thread, other threads:[~2018-05-11 18:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-03 16:22 [PATCH 0/3] Torward multiple simultaneous core instances Pedro Alves
2018-05-03 16:22 ` [PATCH 1/3] Move core_bfd to program space Pedro Alves
2018-05-04 15:41   ` Tom Tromey
2018-05-04 16:09     ` Pedro Alves
2018-05-04 16:46       ` Tom Tromey
2018-05-03 16:22 ` [PATCH 3/3] Heap-allocate core_target instances Pedro Alves
2018-05-04 16:36   ` Tom Tromey
2018-05-06 15:38     ` Pedro Alves
2018-05-07 14:26       ` Tom Tromey
2018-05-11 19:40         ` Pedro Alves
2018-05-03 16:22 ` [PATCH 2/3] Eliminate the 'the_core_target' global Pedro Alves
2018-05-04 15:59   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).