Files
mercury/tests/debugger/all_solutions.exp
Zoltan Somogyi 8b0cea125e Replace bespoke make rules with existing implicit rule.
tests/debugger/Mmakefile:
    Delete the bespoke make rules for test cases that do not require
    their own special handling.

tests/debugger/all_solutions.exp:
tests/debugger/all_solutions.exp2:
tests/debugger/all_solutions.exp4:
tests/debugger/browse_packed.exp:
tests/debugger/browse_pretty.exp:
tests/debugger/class_decl.exp:
tests/debugger/cmd_quote.exp:
tests/debugger/debugger_regs.exp:
tests/debugger/field_names.exp:
tests/debugger/implied_instance.exp:
tests/debugger/label_layout.exp:
tests/debugger/list_cmd.exp:
tests/debugger/lval_desc_array.exp:
tests/debugger/multi_parameter.exp:
tests/debugger/multi_parameter.exp2:
tests/debugger/mutrec.exp:
tests/debugger/no_inline_builtins.exp:
tests/debugger/queens_rep.exp:
tests/debugger/shallow.exp:
tests/debugger/shallow.exp2:
    Expect standardized event numbers and call sequence numbers,
    since that is what the implicit rule specifies.

tests/debugger/all_solutions.m:
    Fill in missing info about which .expN file is for what situations.
2026-03-15 13:07:48 +11:00

23 lines
628 B
Plaintext

E1: C1 CALL pred all_solutions.main/2-0 (det) all_solutions.m:26
mdb> echo on
Command echo enabled.
mdb> context none
Contexts will not be printed.
mdb> register --quiet
mdb> break hello
0: + stop interface pred all_solutions.hello/1-0 (multi)
mdb> continue
E2: C2 CALL pred all_solutions.hello/1-0 (multi)
mdb> stack
0 pred all_solutions.hello/1-0 (multi)
reached unknown label.
mdb> retry 1
cannot retry across non-debuggable region
mdb> retry 2
cannot retry across non-debuggable region
mdb> retry 3
cannot retry across non-debuggable region
mdb> continue -n -S
Hello again, world
Hello, world