Home
last modified time | relevance | path

Searched refs:preRunCommands (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/stop-hooks/
H A DTestVSCode_stop_hooks.py20 preRunCommands = ['target stop-hook add -o help']
21 self.build_and_launch(program, stopOnEntry=True, preRunCommands=preRunCommands)
/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
316 preRunCommands=preRunCommands,
344 trace=False, initCommands=None, preRunCommands=None, argument
358 initCommands, preRunCommands, stopCommands, exitCommands,
H A Dvscode.py506 initCommands=None, preRunCommands=None, argument
523 if preRunCommands:
524 args_dict['preRunCommands'] = preRunCommands
637 trace=False, initCommands=None, preRunCommands=None, argument
665 if preRunCommands:
666 args_dict['preRunCommands'] = preRunCommands
1010 preRunCommands=options.preRunCmds,
1022 preRunCommands=options.preRunCmds,
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py314 preRunCommands = ['image list a.out', 'image dump sections a.out']
321 preRunCommands=preRunCommands,
333 self.verify_commands('preRunCommands', output, preRunCommands)
395 preRunCommands = ['image list a.out', 'image dump sections a.out']
400 preRunCommands=preRunCommands,
411 self.verify_commands('preRunCommands', output, preRunCommands)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/
H A DTestVSCode_attach.py149 preRunCommands = ['image list a.out', 'image dump sections a.out']
157 preRunCommands=preRunCommands,
168 self.verify_commands('preRunCommands', output, preRunCommands)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/breakpoint-events/
H A DTestVSCode_breakpointEvents.py61 preRunCommands=[bp_command])
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DREADME.md86 |**preRunCommands** |[string]| | LLDB commands executed just before launching after the LLDB target…
113 |**preRunCommands** |[string]| | LLDB commands executed just before launching after the LLDB target…
117 |**attachCommands** |[string]| | LLDB commands that will be executed after **preRunCommands** which…