================
@@ -1477,32 +1506,32 @@ size_t
ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl §ion_headers,
}
if (idx < section_headers.size())
section_headers.resize(idx);
+ // Sometimes we are able to read the section header memory from an in memory
----------------
clayborg wrote:
Maybe we need a boolean to specify the object file is fully mapped into memory?
Or that the memory image is "complete"? We would then need to specify this when
loading the image. JIT and GPU ELF images that are in memory only would use
this flag, and ELF core files and loading an image from program memory from the
dynamic loader would avoid setting this flag.
https://github.com/llvm/llvm-project/pull/129166
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits