Searched refs:initCommands (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/ |
D | TestVSCode_launch.py | 125 initCommands=commands) 314 initCommands = ['target list', 'platform list'] 320 initCommands=initCommands, 330 self.verify_commands('initCommands', output, initCommands) 391 initCommands = ['target list', 'platform list'] 396 initCommands=initCommands, 406 self.verify_commands('initCommands', output, initCommands)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | lldbvscode_testcase.py | 252 initCommands=None, preRunCommands=None, stopCommands=None, argument 271 initCommands=initCommands, preRunCommands=preRunCommands, 282 trace=False, initCommands=None, preRunCommands=None, argument 311 initCommands=initCommands, 333 trace=False, initCommands=None, preRunCommands=None, argument 345 initCommands, preRunCommands, stopCommands, exitCommands,
|
D | vscode.py | 491 initCommands=None, preRunCommands=None, argument 505 if initCommands: 506 args_dict['initCommands'].extend(initCommands) 616 trace=False, initCommands=None, preRunCommands=None, argument 641 if initCommands: 642 args_dict['initCommands'].extend(initCommands) 966 initCommands=options.initCmds, 978 initCommands=options.initCmds,
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/ |
D | TestVSCode_attach.py | 150 initCommands = ['target list', 'platform list'] 157 initCommands=initCommands, 166 self.verify_commands('initCommands', output, initCommands)
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
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…
|