Home
last modified time | relevance | path

Searched refs:debuggerRoot (Results 1 – 5 of 5) sorted by relevance

/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
321 debuggerRoot=debuggerRoot,
347 debuggerRoot=None, runInTerminal=False, argument
359 terminateCommands, sourcePath, debuggerRoot, runInTerminal=runInTerminal,
H A Dvscode.py640 debuggerRoot=None, launchCommands=None, sourceMap=None, argument
675 if debuggerRoot:
676 args_dict['debuggerRoot'] = debuggerRoot
1019 debuggerRoot=options.debuggerRoot,
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp611 const llvm::StringRef debuggerRoot = GetString(arguments, "debuggerRoot"); in request_attach() local
617 if (!debuggerRoot.empty()) in request_attach()
618 llvm::sys::fs::set_current_path(debuggerRoot); in request_attach()
1655 const llvm::StringRef debuggerRoot = GetString(arguments, "debuggerRoot"); in request_launch() local
1662 if (!debuggerRoot.empty()) in request_launch()
1663 llvm::sys::fs::set_current_path(debuggerRoot); in request_launch()
H A DREADME.md91 |**debuggerRoot** | string| |Specify a working directory to use when launching lldb-vscode. If th…
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py122 debuggerRoot=program_parent_dir,