This patch updates exec-next-instruction, exec-step-instruction, exec-finish, exec-interrupt commands to use SB API instead of HandleCommand.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
[WIP] Fully test -exec-interrupt command. It needs a program being executed at the moment of debugging to stop it.
Comment Actions
Nice. Since you are adding new lit-based tests for these commands, does that mean that the old python tests become redundant and could we remove them? IIRC the python tests don't set synchronous mode so they are prone to fail under load.
packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py | ||
---|---|---|
228 | Is this combination of --exec-next and --frame tested anywhere in the new tests? |
packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py | ||
---|---|---|
228 | No. -exec-... commands don't have the --frame option at all as I know. |
Is this combination of --exec-next and --frame tested anywhere in the new tests?