Home
last modified time | relevance | path

Searched refs:terminateCommands (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/
DTestVSCode_attach.py154 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/
Dlldbvscode_testcase.py254 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)
Dvscode.py493 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/
DTestVSCode_launch.py318 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/
DREADME.md89 |**terminateCommands** |[string]| | LLDB commands executed when the debugging session ends. Command…
116 |**terminateCommands** |[string]| | LLDB commands executed when the debugging session ends. Command…