[Lldb-commits] [lldb] Read and store gnu build id from loaded core file (PR #92492)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri May 24 10:46:23 PDT 2024


================
@@ -573,7 +585,6 @@ llvm::Expected<std::vector<CoreNote>>
 ProcessElfCore::parseSegment(const DataExtractor &segment) {
   lldb::offset_t offset = 0;
   std::vector<CoreNote> result;
-
----------------
labath wrote:

I know why this came to be, but it'd be nice to revert it so the final patch does not contain a spurious newline edit.

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


More information about the lldb-commits mailing list