Searched refs:stopCommands (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/ |
D | TestVSCode_launch.py | 316 stopCommands = ['frame variable', 'bt'] 322 stopCommands=stopCommands, 350 self.verify_commands('stopCommands', output, stopCommands) 357 self.verify_commands('stopCommands', output, stopCommands) 393 stopCommands = ['frame variable', 'bt'] 398 stopCommands=stopCommands, 416 self.verify_commands('stopCommands', output, stopCommands) 423 self.verify_commands('stopCommands', output, stopCommands)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | lldbvscode_testcase.py | 252 initCommands=None, preRunCommands=None, stopCommands=None, argument 272 stopCommands=stopCommands, exitCommands=exitCommands, 283 stopCommands=None, exitCommands=None, terminateCommands=None, argument 313 stopCommands=stopCommands, 334 stopCommands=None, exitCommands=None, argument 345 initCommands, preRunCommands, stopCommands, exitCommands,
|
D | vscode.py | 492 stopCommands=None, exitCommands=None, argument 509 if stopCommands: 510 args_dict['stopCommands'] = stopCommands 617 stopCommands=None, exitCommands=None, argument 645 if stopCommands: 646 args_dict['stopCommands'] = stopCommands 968 stopCommands=options.stopCmds, 980 stopCommands=options.stopCmds,
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/ |
D | TestVSCode_attach.py | 152 stopCommands = ['frame variable', 'bt'] 159 stopCommands=stopCommands, 176 self.verify_commands('stopCommands', output, stopCommands) 186 self.verify_commands('stopCommands', output, stopCommands)
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | README.md | 87 |**stopCommands** |[string]| | LLDB commands executed just after each stop. Commands and command … 114 |**stopCommands** |[string]| | LLDB commands executed just after each stop. Commands and command …
|