[PATCH 0/2] Fix some advance/until issues

Pedro Alves pedro@palves.net
Sat Aug 22 20:38:57 GMT 2020


This fixes a couple issues with the advance and until commands.  See
individual patches for details.

Pedro Alves (2):
  Fix advance/until and inline frames (PR gdb/26523)
  Fix advance/until and multiple locations (PR gdb/26524)

 gdb/breakpoint.c                                   |  77 ++++++-----
 gdb/inline-frame.c                                 |   6 +-
 .../gdb.base/advance-until-multiple-locations.cc   |  61 +++++++++
 .../gdb.base/advance-until-multiple-locations.exp  | 142 +++++++++++++++++++++
 4 files changed, 243 insertions(+), 43 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/advance-until-multiple-locations.cc
 create mode 100644 gdb/testsuite/gdb.base/advance-until-multiple-locations.exp


base-commit: 33bf4c5c10d246543c7a9a8ba4bbbe173d7f3367
-- 
2.14.5



More information about the Gdb-patches mailing list