[v4,0/1] gdb, infcmd: Support jump command with same line in

Message ID 20230510111230.839619-1-matti.puputti@intel.com
Headers
Series gdb, infcmd: Support jump command with same line in |

Message

Matti Puputti May 10, 2023, 11:12 a.m. UTC
  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