Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp522 std::string sourceMapCommand; in SetSourceMapFromArguments() local
523 llvm::raw_string_ostream strm(sourceMapCommand); in SetSourceMapFromArguments()
553 if (!sourceMapCommand.empty()) { in SetSourceMapFromArguments()
554 g_vsc.RunLLDBCommands("Setting source map:", {sourceMapCommand}); in SetSourceMapFromArguments()