[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


================
@@ -281,6 +281,13 @@ void ProcessElfCore::UpdateBuildIdForNTFileEntries() {
   }
 }
 
+UUID ProcessElfCore::FindBuildId(const llvm::StringRef path) {
----------------
clayborg wrote:

Change to overrite `GetModuleSpec` instead.

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


More information about the lldb-commits mailing list