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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed May 22 15:05:52 PDT 2024


================
@@ -570,11 +586,13 @@ static void ParseOpenBSDProcInfo(ThreadData &thread_data,
 }
 
 llvm::Expected<std::vector<CoreNote>>
-ProcessElfCore::parseSegment(const DataExtractor &segment) {
+ProcessElfCore::parseSegment(const DataExtractor &segment,
+                             unsigned long segment_size) {
----------------
clayborg wrote:

Remove thuis change, we can easily trim down the size of the DataExtractor before passing it in. See inline comments below.

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


More information about the lldb-commits mailing list