Searched refs:launchCommands (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
H A D | lldbvscode_testcase.py | 287 sourcePath=None, debuggerRoot=None, sourceInitFile=False, launchCommands=None, argument 322 launchCommands=launchCommands,
|
H A D | vscode.py | 651 debuggerRoot=None, launchCommands=None, sourceMap=None, argument 688 if launchCommands: 689 args_dict['launchCommands'] = launchCommands
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | lldb-vscode.cpp | 1661 auto launchCommands = GetStrings(arguments, "launchCommands"); in request_launch() local 1730 } else if (launchCommands.empty()) { in request_launch() 1737 g_vsc.RunLLDBCommands("Running launchCommands:", launchCommands); in request_launch()
|