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 D | lldbvscode_testcase.py | 287 sourcePath=None, debuggerRoot=None, launchCommands=None, argument 321 debuggerRoot=debuggerRoot, 347 debuggerRoot=None, runInTerminal=False, argument 359 terminateCommands, sourcePath, debuggerRoot, runInTerminal=runInTerminal,
|
| H A D | vscode.py | 640 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 D | lldb-vscode.cpp | 611 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 D | README.md | 91 |**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 D | TestVSCode_launch.py | 122 debuggerRoot=program_parent_dir,
|