Searched refs:postRunCommands (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
H A D | lldbvscode_testcase.py | 256 postRunCommands=None, sourceMap=None, sourceInitFile=False): argument 276 coreFile=coreFile, postRunCommands=postRunCommands, 289 expectFailure=False, postRunCommands=None): argument 326 postRunCommands=postRunCommands) 348 disconnectAutomatically=True, postRunCommands=None, argument 362 postRunCommands=postRunCommands)
|
H A D | vscode.py | 519 coreFile=None, postRunCommands=None, argument 545 if postRunCommands: 546 args_dict['postRunCommands'] = postRunCommands 653 postRunCommands=None): argument 694 if postRunCommands: 695 args_dict['postRunCommands'] = postRunCommands
|
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | lldb-vscode.cpp | 612 std::vector<std::string> postRunCommands = in request_attach() local 687 g_vsc.RunLLDBCommands("Running postRunCommands:", postRunCommands); in request_attach() 1662 std::vector<std::string> postRunCommands = in request_launch() local 1751 g_vsc.RunLLDBCommands("Running postRunCommands:", postRunCommands); in request_launch()
|