[Lldb-commits] [lldb] [lldb][Mach-O] Don't read symbol table of specially marked binary (PR #129967)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 5 17:37:04 PST 2025


jasonmolenda wrote:

The change to ObjectFileMachO looks a little larger than it really is because i moved the SectionSP initializations ~100 lines earlier in ParseSymtab than they were.  I'm scanning for this new section the same way we scan for eh_frame.  ObjectFileMachO already had "load level" overrides for reading ObjectFiles out of memory, so it was a one line change to use that mechanism for this specially marked binary, once we'd detected the section.

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


More information about the lldb-commits mailing list