Searched refs:initCommands (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/ |
| H A D | TestVSCode_launch.py | 123 initCommands=commands) 313 initCommands = ['target list', 'platform list'] 320 initCommands=initCommands, 331 self.verify_commands('initCommands', output, initCommands) 394 initCommands = ['target list', 'platform list'] 399 initCommands=initCommands, 409 self.verify_commands('initCommands', output, initCommands)
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
| H A D | lldbvscode_testcase.py | 253 initCommands=None, preRunCommands=None, stopCommands=None, argument 273 initCommands=initCommands, preRunCommands=preRunCommands, 285 trace=False, initCommands=None, preRunCommands=None, argument 315 initCommands=initCommands, 344 trace=False, initCommands=None, preRunCommands=None, argument 358 initCommands, preRunCommands, stopCommands, exitCommands,
|
| H A D | vscode.py | 506 initCommands=None, preRunCommands=None, argument 521 if initCommands: 522 args_dict['initCommands'].extend(initCommands) 637 trace=False, initCommands=None, preRunCommands=None, argument 663 if initCommands: 664 args_dict['initCommands'].extend(initCommands) 1009 initCommands=options.initCmds, 1021 initCommands=options.initCmds,
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/ |
| H A D | TestVSCode_attach.py | 148 initCommands = ['target list', 'platform list'] 156 initCommands=initCommands, 166 self.verify_commands('initCommands', output, initCommands)
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | README.md | 85 |**initCommands** |[string]| | LLDB commands executed upon debugger startup prior to creating the… 112 |**initCommands** |[string]| | LLDB commands executed upon debugger startup prior to creating the…
|