Searched refs:exitCommands (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
| H A D | lldbvscode_testcase.py | 254 exitCommands=None, attachCommands=None, coreFile=None, argument 274 stopCommands=stopCommands, exitCommands=exitCommands, 286 stopCommands=None, exitCommands=None, terminateCommands=None, argument 318 exitCommands=exitCommands, 345 stopCommands=None, exitCommands=None, argument 358 initCommands, preRunCommands, stopCommands, exitCommands,
|
| H A D | vscode.py | 507 stopCommands=None, exitCommands=None, argument 527 if exitCommands: 528 args_dict['exitCommands'] = exitCommands 638 stopCommands=None, exitCommands=None, argument 669 if exitCommands: 670 args_dict['exitCommands'] = exitCommands 1012 exitCommands=options.exitCmds, 1024 exitCommands=options.exitCmds,
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/ |
| H A D | TestVSCode_launch.py | 317 exitCommands = ['expr 2+3', 'expr 3+4'] 324 exitCommands=exitCommands, 368 self.verify_commands('exitCommands', output, exitCommands) 397 exitCommands = ['expr 2+3', 'expr 3+4'] 402 exitCommands=exitCommands, 433 self.verify_commands('exitCommands', output, exitCommands)
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/ |
| H A D | TestVSCode_attach.py | 152 exitCommands = ['expr 2+3', 'expr 3+4'] 159 exitCommands=exitCommands, 196 self.verify_commands('exitCommands', output, exitCommands)
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | README.md | 88 |**exitCommands** |[string]| | LLDB commands executed when the program exits. Commands and comman… 115 |**exitCommands** |[string]| | LLDB commands executed when the program exits. Commands and comman…
|