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 D | TestVSCode_stop_hooks.py | 20 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 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 316 preRunCommands=preRunCommands, 344 trace=False, initCommands=None, preRunCommands=None, argument 358 initCommands, preRunCommands, stopCommands, exitCommands,
|
| H A D | vscode.py | 506 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 D | TestVSCode_launch.py | 314 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 D | TestVSCode_attach.py | 149 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 D | TestVSCode_breakpointEvents.py | 61 preRunCommands=[bp_command])
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | README.md | 86 |**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…
|