Searched refs:exitCommands (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | lldbvscode_testcase.py | 253 exitCommands=None, attachCommands=None, coreFile=None, argument 272 stopCommands=stopCommands, exitCommands=exitCommands, 283 stopCommands=None, exitCommands=None, terminateCommands=None, argument 314 exitCommands=exitCommands, 334 stopCommands=None, exitCommands=None, argument 345 initCommands, preRunCommands, stopCommands, exitCommands,
|
D | vscode.py | 492 stopCommands=None, exitCommands=None, argument 511 if exitCommands: 512 args_dict['exitCommands'] = exitCommands 617 stopCommands=None, exitCommands=None, argument 647 if exitCommands: 648 args_dict['exitCommands'] = exitCommands 969 exitCommands=options.exitCmds, 981 exitCommands=options.exitCmds,
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/ |
D | TestVSCode_launch.py | 317 exitCommands = ['expr 2+3', 'expr 3+4'] 323 exitCommands=exitCommands, 365 self.verify_commands('exitCommands', output, exitCommands) 394 exitCommands = ['expr 2+3', 'expr 3+4'] 399 exitCommands=exitCommands, 430 self.verify_commands('exitCommands', output, exitCommands)
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/ |
D | TestVSCode_attach.py | 153 exitCommands = ['expr 2+3', 'expr 3+4'] 160 exitCommands=exitCommands, 194 self.verify_commands('exitCommands', output, exitCommands)
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
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…
|