Searched refs:launchCommands (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/ |
D | TestVSCode_launch.py | 384 launchCommands = [ 400 launchCommands=launchCommands) 412 self.verify_commands('launchCommands', output, launchCommands)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | lldbvscode_testcase.py | 284 sourcePath=None, debuggerRoot=None, launchCommands=None, argument 318 launchCommands=launchCommands,
|
D | vscode.py | 619 debuggerRoot=None, launchCommands=None, sourceMap=None, argument 655 if launchCommands: 656 args_dict['launchCommands'] = launchCommands
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | lldb-vscode.cpp | 1532 auto launchCommands = GetStrings(arguments, "launchCommands"); in request_launch() local 1600 if (launchCommands.empty()) { in request_launch() 1607 g_vsc.RunLLDBCommands("Running launchCommands:", launchCommands); in request_launch()
|