Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py387 launchCommands = [
403 launchCommands=launchCommands)
415 self.verify_commands('launchCommands', output, launchCommands)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py287 sourcePath=None, debuggerRoot=None, launchCommands=None, argument
322 launchCommands=launchCommands,
H A Dvscode.py640 debuggerRoot=None, launchCommands=None, sourceMap=None, argument
677 if launchCommands:
678 args_dict['launchCommands'] = launchCommands
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1651 auto launchCommands = GetStrings(arguments, "launchCommands"); in request_launch() local
1720 } else if (launchCommands.empty()) { in request_launch()
1727 g_vsc.RunLLDBCommands("Running launchCommands:", launchCommands); in request_launch()