[v2,0/1] gdb, infcmd: Support jump command in multi-inferior case.

Message ID 20230223095453.1878886-1-matti.puputti@intel.com
Headers
Series gdb, infcmd: Support jump command in multi-inferior case. |

Message

Matti Puputti Feb. 23, 2023, 9:54 a.m. UTC
  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(-)