Home
last modified time | relevance | path

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

/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py284 sourcePath=None, debuggerRoot=None, launchCommands=None, argument
317 debuggerRoot=debuggerRoot,
336 debuggerRoot=None, runInTerminal=False): argument
346 terminateCommands, sourcePath, debuggerRoot, runInTerminal=runInTerminal)
Dvscode.py619 debuggerRoot=None, launchCommands=None, sourceMap=None, argument
653 if debuggerRoot:
654 args_dict['debuggerRoot'] = debuggerRoot
976 debuggerRoot=options.debuggerRoot,
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp569 const llvm::StringRef debuggerRoot = GetString(arguments, "debuggerRoot"); in request_attach() local
575 if (!debuggerRoot.empty()) in request_attach()
576 llvm::sys::fs::set_current_path(debuggerRoot); in request_attach()
1534 const llvm::StringRef debuggerRoot = GetString(arguments, "debuggerRoot"); in request_launch() local
1540 if (!debuggerRoot.empty()) in request_launch()
1541 llvm::sys::fs::set_current_path(debuggerRoot); in request_launch()
DREADME.md91 |**debuggerRoot** | string| |Specify a working directory to use when launching lldb-vscode. If th…
/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/
DTestVSCode_launch.py124 debuggerRoot=program_parent_dir,