Home
last modified time | relevance | path

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

/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
312 preRunCommands=preRunCommands,
333 trace=False, initCommands=None, preRunCommands=None, argument
345 initCommands, preRunCommands, stopCommands, exitCommands,
Dvscode.py491 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/
DTestVSCode_launch.py315 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/
DTestVSCode_attach.py151 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/
DTestVSCode_breakpointEvents.py62 preRunCommands=[bp_command])
/external/llvm-project/lldb/tools/lldb-vscode/
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…