[Lldb-commits] [lldb] [lldb] Fix ELF core debugging (PR #117070)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 20 15:34:09 PST 2024


================
@@ -97,6 +97,9 @@ class ProcessElfCore : public lldb_private::PostMortemProcess {
 
   bool GetProcessInfo(lldb_private::ProcessInstanceInfo &info) override;
 
+  // Returns the gnu uuid from matched NT_FILE entry
+  lldb_private::UUID FindBuildId(const llvm::StringRef path) override;
+
----------------
clayborg wrote:

Change to overridew `GetModuleSpec`

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


More information about the lldb-commits mailing list