[Lldb-commits] [lldb] Allow option to ignore module load errors in ScriptedProcess (PR #127153)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Sat Feb 22 22:15:17 PST 2025


================
@@ -453,22 +455,16 @@ ScriptedProcess::GetLoadedDynamicLibrariesInfos() {
     if (!dict->HasKey("load_addr"))
       return error_with_message("Dictionary is missing key 'load_addr'");
 
+    llvm::StringRef path = "";
----------------
medismailben wrote:

If you're using a new `StringRef` here for path, I'd rename the `StringRef` used to get UUID accordingly instead of leaving the `value` variable name.

https://github.com/llvm/llvm-project/pull/127153


More information about the lldb-commits mailing list