Searched refs:preRunCommands (Results 1 – 6 of 6) sorted by relevance
/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 312 preRunCommands=preRunCommands, 333 trace=False, initCommands=None, preRunCommands=None, argument 345 initCommands, preRunCommands, stopCommands, exitCommands,
|
D | vscode.py | 491 initCommands=None, preRunCommands=None, argument 507 if preRunCommands: 508 args_dict['preRunCommands'] = preRunCommands 616 trace=False, initCommands=None, preRunCommands=None, argument 643 if preRunCommands: 644 args_dict['preRunCommands'] = preRunCommands 967 preRunCommands=options.preRunCmds, 979 preRunCommands=options.preRunCmds,
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/ |
D | TestVSCode_launch.py | 315 preRunCommands = ['image list a.out', 'image dump sections a.out'] 321 preRunCommands=preRunCommands, 332 self.verify_commands('preRunCommands', output, preRunCommands) 392 preRunCommands = ['image list a.out', 'image dump sections a.out'] 397 preRunCommands=preRunCommands, 408 self.verify_commands('preRunCommands', output, preRunCommands)
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/ |
D | TestVSCode_attach.py | 151 preRunCommands = ['image list a.out', 'image dump sections a.out'] 158 preRunCommands=preRunCommands, 168 self.verify_commands('preRunCommands', output, preRunCommands)
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint-events/ |
D | TestVSCode_breakpointEvents.py | 62 preRunCommands=[bp_command])
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
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…
|