Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/
DTestVSCode_launch.py316 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/
Dlldbvscode_testcase.py252 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,
Dvscode.py492 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/
DTestVSCode_attach.py152 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/
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 …