public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: "Puputti, Matti" <matti.puputti@intel.com>
To: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
Subject: RE: [PING] [PATCH v2 0/1] gdb, infcmd: Support jump command in multi-inferior case.
Date: Thu, 6 Apr 2023 12:59:13 +0000	[thread overview]
Message-ID: <SN6PR11MB30866076847CAA7C9294A888ED919@SN6PR11MB3086.namprd11.prod.outlook.com> (raw)
In-Reply-To: <SN6PR11MB308605B2310BA22EFFE629ECED8F9@SN6PR11MB3086.namprd11.prod.outlook.com>

*Ping* v4

> -----Original Message-----
> From: Puputti, Matti
> Sent: Friday, March 31, 2023 7:05 AM
> To: 'gdb-patches@sourceware.org' <gdb-patches@sourceware.org>
> Cc: 'aburgess@redhat.com' <aburgess@redhat.com>
> Subject: RE: [PING] [PATCH v2 0/1] gdb, infcmd: Support jump command in
> multi-inferior case.
> 
> *Ping* v3
> 
> > -----Original Message-----
> > From: Puputti, Matti
> > Sent: Friday, March 24, 2023 8:19 AM
> > To: gdb-patches@sourceware.org
> > Cc: aburgess@redhat.com
> > Subject: RE: [PING] [PATCH v2 0/1] gdb, infcmd: Support jump command in
> > multi-inferior case.
> >
> > *Ping* v2
> >
> > Br,
> > Matti Puputti
> >
> > > -----Original Message-----
> > > From: Puputti, Matti
> > > Sent: Tuesday, March 7, 2023 5:50 PM
> > > To: gdb-patches@sourceware.org
> > > Cc: aburgess@redhat.com
> > > Subject: [PING] [PATCH v2 0/1] gdb, infcmd: Support jump command in
> > > multi-inferior case.
> > >
> > > Gently pinging for a review.
> > >
> > > Br,
> > > Matti Puputti
> > >
> > > > -----Original Message-----
> > > > From: Gdb-patches <gdb-patches-
> > > > bounces+matti.puputti=intel.com@sourceware.org> On Behalf Of
> Matti
> > > Puputti
> > > > via Gdb-patches
> > > > Sent: Thursday, February 23, 2023 10:55 AM
> > > > To: gdb-patches@sourceware.org
> > > > Cc: aburgess@redhat.com
> > > > Subject: [PATCH v2 0/1] gdb, infcmd: Support jump command in multi-
> > > inferior
> > > > case.
> > > >
> > > > Thanks for the feedback on v1.
> > > >
> > > > Changes in v2:
> > > >   - In linespec.h, updated comment to explain the new parameter
> > > >     search_pspace.
> > > >
> > > >   - In jump.exp, updated to use prepare_for_testing.
> > > >
> > > >   - In jump.exp, updated how bp_on_non_call and bp_on_call are set,
> > > >     updated regexes to use these two variables, and added disabling
> > > >     of BP $bp_on_non_call.
> > > >
> > > > Br,
> > > > Matti Puputti
> > > >
> > > > ---
> > > >
> > > > Matti Puputti (1):
> > > >   gdb, infcmd: Support jump command in multi-inferior case.
> > > >
> > > >  gdb/infcmd.c                    |   3 +-
> > > >  gdb/linespec.c                  |   7 +-
> > > >  gdb/linespec.h                  |   5 +-
> > > >  gdb/testsuite/gdb.base/jump.exp | 193 ++++++++++++++++++--------
> --
> > ---
> > > -
> > > >  4 files changed, 119 insertions(+), 89 deletions(-)
> > > >
> > > > --
> > > > 2.25.1
> > > >
> > > > Intel Deutschland GmbH
> > > > Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
> > > > Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
> > > > Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon
> Silva
> > > > Chairperson of the Supervisory Board: Nicole Lau
> > > > Registered Office: Munich
> > > > Commercial Register: Amtsgericht Muenchen HRB 186928

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

  reply	other threads:[~2023-04-06 13:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23  9:54 Matti Puputti
2023-02-23  9:54 ` [PATCH v2 1/1] " Matti Puputti
2023-04-24 14:10   ` Andrew Burgess
2023-04-25 13:40     ` Puputti, Matti
2023-03-07 16:50 ` [PING] [PATCH v2 0/1] " Puputti, Matti
2023-03-24  7:19   ` Puputti, Matti
2023-03-31  5:04     ` Puputti, Matti
2023-04-06 12:59       ` Puputti, Matti [this message]
2023-04-14 14:24         ` Puputti, Matti
2023-04-21  7:24           ` Puputti, Matti

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=SN6PR11MB30866076847CAA7C9294A888ED919@SN6PR11MB3086.namprd11.prod.outlook.com \
    --to=matti.puputti@intel.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).