Home
last modified time | relevance | path

Searched refs:stopCommands (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py316 stopCommands = ['frame variable', 'bt']
323 stopCommands=stopCommands,
353 self.verify_commands('stopCommands', output, stopCommands)
360 self.verify_commands('stopCommands', output, stopCommands)
396 stopCommands = ['frame variable', 'bt']
401 stopCommands=stopCommands,
419 self.verify_commands('stopCommands', output, stopCommands)
426 self.verify_commands('stopCommands', output, stopCommands)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/
H A DTestVSCode_attach.py151 stopCommands = ['frame variable', 'bt']
158 stopCommands=stopCommands,
178 self.verify_commands('stopCommands', output, stopCommands)
188 self.verify_commands('stopCommands', output, stopCommands)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py253 initCommands=None, preRunCommands=None, stopCommands=None, argument
274 stopCommands=stopCommands, exitCommands=exitCommands,
286 stopCommands=None, exitCommands=None, terminateCommands=None, argument
317 stopCommands=stopCommands,
345 stopCommands=None, exitCommands=None, argument
358 initCommands, preRunCommands, stopCommands, exitCommands,
H A Dvscode.py507 stopCommands=None, exitCommands=None, argument
525 if stopCommands:
526 args_dict['stopCommands'] = stopCommands
638 stopCommands=None, exitCommands=None, argument
667 if stopCommands:
668 args_dict['stopCommands'] = stopCommands
1011 stopCommands=options.stopCmds,
1023 stopCommands=options.stopCmds,
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DREADME.md87 |**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 …