Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/
DTestVSCode_launch.py125 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/
Dlldbvscode_testcase.py252 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,
Dvscode.py491 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/
DTestVSCode_attach.py150 initCommands = ['target list', 'platform list']
157 initCommands=initCommands,
166 self.verify_commands('initCommands', output, initCommands)
/external/llvm-project/lldb/tools/lldb-vscode/
DREADME.md85 |**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…