Searched refs:postRunCommands (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 | 256 postRunCommands=None, sourceMap=None): argument 276 coreFile=coreFile, postRunCommands=postRunCommands, 289 expectFailure=False, postRunCommands=None): argument 326 postRunCommands=postRunCommands) 348 disconnectAutomatically=True, postRunCommands=None, argument 361 postRunCommands=postRunCommands)
|
| H A D | vscode.py | 509 coreFile=None, postRunCommands=None, argument 535 if postRunCommands: 536 args_dict['postRunCommands'] = postRunCommands 642 postRunCommands=None): argument 683 if postRunCommands: 684 args_dict['postRunCommands'] = postRunCommands
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/ |
| H A D | TestVSCode_attach.py | 150 postRunCommands = ['help trace', 'help process trace'] 161 postRunCommands=postRunCommands) 170 self.verify_commands('postRunCommands', output, postRunCommands)
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/ |
| H A D | TestVSCode_launch.py | 315 postRunCommands = ['help trace', 'help process trace'] 322 postRunCommands=postRunCommands, 335 self.verify_commands('postRunCommands', output, postRunCommands)
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 609 std::vector<std::string> postRunCommands = in request_attach() local 684 g_vsc.RunLLDBCommands("Running postRunCommands:", postRunCommands); in request_attach() 1652 std::vector<std::string> postRunCommands = in request_launch() local 1741 g_vsc.RunLLDBCommands("Running postRunCommands:", postRunCommands); in request_launch()
|