================
@@ -678,8 +678,8 @@ uint32_t PlatformPOSIX::DoLoadImage(lldb_private::Process 
*process,
     loaded_image->Clear();
 
   std::string path;
----------------
labath wrote:

```suggestion
  std::string path = remote_file.GetPath(false);
```
Might as well fold the assignment into the declaration.

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

Reply via email to