public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v4 0/1] gdb, infcmd: Support jump command with same line in
@ 2023-05-10 11:12 Matti Puputti
  2023-05-10 11:12 ` [PATCH v4 1/1] gdb, infcmd: Support jump command with same line in multiple symtabs Matti Puputti
  0 siblings, 1 reply; 4+ messages in thread
From: Matti Puputti @ 2023-05-10 11:12 UTC (permalink / raw)
  To: gdb-patches; +Cc: aburgess

This new patch addresses comments from Andrew Burgess.

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
Patch 2:
https://sourceware.org/pipermail/gdb-patches/2023-April/198885.html
Bruno's comments on patch 2:
https://sourceware.org/pipermail/gdb-patches/2023-April/198909.html
Patch 3:
https://sourceware.org/pipermail/gdb-patches/2023-April/198912.html
Andrew's comments on patch 3:
https://sourceware.org/pipermail/gdb-patches/2023-April/199181.html


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

 gdb/doc/gdb.texinfo                           |  5 +-
 gdb/infcmd.c                                  | 13 ++++-
 .../gdb.base/jump_multiple_objfiles-foo.c     | 24 +++++++++
 .../gdb.base/jump_multiple_objfiles.c         | 30 +++++++++++
 .../gdb.base/jump_multiple_objfiles.exp       | 54 +++++++++++++++++++
 .../gdb.base/jump_multiple_objfiles.h         | 30 +++++++++++
 6 files changed, 153 insertions(+), 3 deletions(-)
 create mode 100755 gdb/testsuite/gdb.base/jump_multiple_objfiles-foo.c
 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

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


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

end of thread, other threads:[~2023-05-10 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-10 11:12 [PATCH v4 0/1] gdb, infcmd: Support jump command with same line in Matti Puputti
2023-05-10 11:12 ` [PATCH v4 1/1] gdb, infcmd: Support jump command with same line in multiple symtabs Matti Puputti
2023-05-10 12:15   ` Eli Zaretskii
2023-05-10 13:24   ` Andrew Burgess

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