public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Pedro Alves <palves@redhat.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/3] Torward multiple simultaneous core instances
Date: Thu, 03 May 2018 16:22:00 -0000	[thread overview]
Message-ID: <20180503162234.15371-1-palves@redhat.com> (raw)

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

             reply	other threads:[~2018-05-03 16:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-03 16:22 Pedro Alves [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180503162234.15371-1-palves@redhat.com \
    --to=palves@redhat.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).