Files
mercury/tests/debugger/list_cmd.exp2
Peter Wang 7fec2d28a7 Add test for mdb 'list' external command.
tests/debugger/list_cmd.m:
tests/debugger/list_cmd.inp:
tests/debugger/list_cmd.exp:
tests/debugger/list_cmd.exp2:
    Add new test case.

tests/debugger/list_cmd.sh:
    Add script to be set as the 'list_cmd'.

tests/debugger/Mmakefile:
    Enable the new test.
2020-10-06 13:42:39 +11:00

11 lines
316 B
Plaintext

1: 1 1 CALL pred list_cmd.main/2-0 (det) list_cmd.m:22
mdb> echo on
Command echo enabled.
mdb> list_cmd ./list_cmd.sh
mdb> step
2: 2 2 CALL pred list_cmd.fib/2-0 (det) list_cmd.m:29 (list_cmd.m:23)
mdb> list
mdb: ./list_cmd.sh: posix_spawn not supported on this platform
mdb> continue -n
8