================
@@ -57,9 +57,8 @@ void BaseRequestHandler::SetSourceMapFromArguments(
       "source must be be an array of two-element arrays, "
       "each containing a source and replacement path string.\n";
 
-  std::string sourceMapCommand;
-  llvm::raw_string_ostream strm(sourceMapCommand);
-  strm << "settings set target.source-map ";
+  std::string sourceMapCommandMappings;
+  llvm::raw_string_ostream strm(sourceMapCommandMappings);
----------------
JDevlieghere wrote:

```suggestion
  std::string source_map_command_mappings;
  llvm::raw_string_ostream strm(source_map_command_mappings);
```

https://github.com/llvm/llvm-project/pull/137722
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to