From: "Gerlicher, Klaus" Hi all, hi Christina, thanks for notificing the test failures with V1. This is V2 of the relax block filter patch. The only change to V1 is the test for target execution. Thanks Klaus Klaus Gerlicher (1): gdb/linespec: relax block filter to preserve distinct code paths gdb/NEWS | 11 + gdb/amd64-tdep.c | 57 ++++ gdb/arch-utils.c | 10 + gdb/arch-utils.h | 1 + gdb/gdbarch-gen.c | 22 ++ gdb/gdbarch-gen.h | 10 + gdb/gdbarch_components.py | 15 ++ gdb/linespec.c | 98 ++++++- .../gdb.linespec/block-filter-cases.c | 126 +++++++++ .../gdb.linespec/block-filter-cases.exp | 248 ++++++++++++++++++ 10 files changed, 595 insertions(+), 3 deletions(-) create mode 100644 gdb/testsuite/gdb.linespec/block-filter-cases.c create mode 100644 gdb/testsuite/gdb.linespec/block-filter-cases.exp -- 2.34.1