Home
last modified time | relevance | path

Searched refs:launchCommands (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/
DTestVSCode_launch.py384 launchCommands = [
400 launchCommands=launchCommands)
412 self.verify_commands('launchCommands', output, launchCommands)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py284 sourcePath=None, debuggerRoot=None, launchCommands=None, argument
318 launchCommands=launchCommands,
Dvscode.py619 debuggerRoot=None, launchCommands=None, sourceMap=None, argument
655 if launchCommands:
656 args_dict['launchCommands'] = launchCommands
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp1532 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()