Estimated hours taken: 0.2
Branches: main
Fix expected output for two debugger test cases.
tests/debugger/nondet_stack.exp4:
Add expected output for asm_fast.gc.decldebug which is a new
grade. Previously .decldebug also implied .tr.
tests/debugger/declarative/catch.exp3:
This test now produces correct output, so update the expected
output to reflect this. The output is now correct most probably
because of the recent changes to how the annotated trace is built,
which means that, in this particular case, a retry over a call to try
is no longer required. Retries over calls to try, try_all, etc.
remain an unresolved issue.