public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Matti Puputti <matti.puputti@intel.com>
To: gdb-patches@sourceware.org
Cc: blarsen@redhat.com
Subject: [PATCH v2 0/1] gdb, infcmd: Support jump command with same line in multiple symtabs
Date: Fri, 14 Apr 2023 16:15:35 +0200	[thread overview]
Message-ID: <20230414141536.2667798-1-matti.puputti@intel.com> (raw)

This new patch addresses comments from Bruno Larsen.
In particular:
* Commit title and message re-written.
* "objectfile" -> "symtab" in infcmd.c comment.
* "jump2" -> "jump_multiple_objfiles" in testsuite file names.
* Editorial (coding guidlines) in jump_multiple_objfiless.c.
* "gdb_test" -> "gdb_breakpoint" in jump_multiple_objfiless.exp.

Patch 1:
https://sourceware.org/pipermail/gdb-patches/2023-March/197738.html
Cover letter for patch 1:
https://sourceware.org/pipermail/gdb-patches/2023-March/197737.html
Bruno's comments on patch 1:
https://sourceware.org/pipermail/gdb-patches/2023-April/198859.html

Matti Puputti (1):
  gdb, infcmd: Support jump command with same line in multiple symtabs

 gdb/infcmd.c                                  | 14 ++++-
 .../gdb.base/jump_multiple_objfiles.c         | 30 ++++++++++
 .../gdb.base/jump_multiple_objfiles.exp       | 57 +++++++++++++++++++
 .../gdb.base/jump_multiple_objfiles.h         | 30 ++++++++++
 .../gdb.base/jump_multiple_objfiles_foo.c     | 24 ++++++++
 5 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100755 gdb/testsuite/gdb.base/jump_multiple_objfiles.c
 create mode 100755 gdb/testsuite/gdb.base/jump_multiple_objfiles.exp
 create mode 100755 gdb/testsuite/gdb.base/jump_multiple_objfiles.h
 create mode 100755 gdb/testsuite/gdb.base/jump_multiple_objfiles_foo.c

-- 
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


             reply	other threads:[~2023-04-14 14:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-14 14:15 Matti Puputti [this message]
2023-04-14 14:15 ` [PATCH v2 1/1] " Matti Puputti
2023-04-17 10:16   ` Bruno Larsen
2023-04-17 11:33     ` Puputti, Matti
2023-04-17 13:40       ` Bruno Larsen
2023-04-17 15:21         ` 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=20230414141536.2667798-1-matti.puputti@intel.com \
    --to=matti.puputti@intel.com \
    --cc=blarsen@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).