Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp525 std::string sourceMapCommand; in SetSourceMapFromArguments() local
526 llvm::raw_string_ostream strm(sourceMapCommand); in SetSourceMapFromArguments()
556 if (!sourceMapCommand.empty()) { in SetSourceMapFromArguments()
557 g_vsc.RunLLDBCommands("Setting source map:", {sourceMapCommand}); in SetSourceMapFromArguments()