Searched refs:terminateCommands (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/ |
D | TestVSCode_attach.py | 154 terminateCommands = ['expr 4+2'] 161 terminateCommands=terminateCommands) 195 self.verify_commands('terminateCommands', output, terminateCommands) 215 terminateCommands = ['expr 4+2'] 218 terminateCommands=terminateCommands, 225 self.verify_commands('terminateCommands', output, terminateCommands)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | lldbvscode_testcase.py | 254 disconnectAutomatically=True, terminateCommands=None): argument 273 attachCommands=attachCommands, terminateCommands=terminateCommands, 283 stopCommands=None, exitCommands=None, terminateCommands=None, argument 315 terminateCommands=terminateCommands, 335 terminateCommands=None, sourcePath=None, argument 346 terminateCommands, sourcePath, debuggerRoot, runInTerminal=runInTerminal)
|
D | vscode.py | 493 attachCommands=None, terminateCommands=None, argument 513 if terminateCommands: 514 args_dict['terminateCommands'] = terminateCommands 618 terminateCommands=None ,sourcePath=None, argument 649 if terminateCommands: 650 args_dict['terminateCommands'] = terminateCommands 970 terminateCommands=options.terminateCmds) 982 terminateCommands=options.terminateCmds)
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/ |
D | TestVSCode_launch.py | 318 terminateCommands = ['expr 4+2'] 324 terminateCommands=terminateCommands) 366 self.verify_commands('terminateCommands', output, terminateCommands) 444 terminateCommands = ['expr 4+2'] 446 terminateCommands=terminateCommands) 452 self.verify_commands('terminateCommands', output, terminateCommands)
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | README.md | 89 |**terminateCommands** |[string]| | LLDB commands executed when the debugging session ends. Command… 116 |**terminateCommands** |[string]| | LLDB commands executed when the debugging session ends. Command…
|