Home
last modified time | relevance | path

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 DTestVSCode_launch.py123 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 Dlldbvscode_testcase.py253 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 Dvscode.py506 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 DTestVSCode_attach.py148 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 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…