Lines Matching refs:command
18 # - a failing synchronous execution command, or,
19 # - a failing non-execution command, or,
20 # - a non-failing command,
32 # A synchronous execution execution command that errors out.
37 "failing sync execution command"
40 # A non-execution command that errors out.
43 mi_gdb_test "-invalid-command" \
44 {\^error,msg=\"Undefined MI command: invalid-command\",code=\"undefined-command\"} \
45 "failing non-execution command"
48 # A command that doesn't error out.
53 "non-failing command"
65 "failing sync execution command"
66 "failing non-execution command"
67 "non-failing command"