[Lldb-commits] [lldb] Enable LLDB to load large dSYM files. (PR #164471)

2025-10-28 Thread Peter Rong via lldb-commits
https://github.com/DataCorrupted approved this pull request. https://github.com/llvm/llvm-project/pull/164471 ___ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Enable LLDB to load large dSYM files. (PR #164471)

2025-10-24 Thread Peter Rong via lldb-commits
@@ -1697,6 +1701,15 @@ void ObjectFileMachO::ProcessSegmentCommand( // isn't stored in the abstracted Sections. m_mach_sections.push_back(sect64); +// Make sure we can load sections in mach-o files where some sections cross +// a 4GB boundary. llvm::MachO::sect

[Lldb-commits] [lldb] Enable LLDB to load large dSYM files. (PR #164471)

2025-10-21 Thread Peter Rong via lldb-commits
https://github.com/DataCorrupted edited https://github.com/llvm/llvm-project/pull/164471 ___ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Enable LLDB to load large dSYM files. (PR #164471)

2025-10-21 Thread Peter Rong via lldb-commits
@@ -1697,6 +1701,14 @@ void ObjectFileMachO::ProcessSegmentCommand( // isn't stored in the abstracted Sections. m_mach_sections.push_back(sect64); +// Make sure we can load dSYM files whose __DWARF sections exceed the 4GB +// barrier. llvm::MachO::section_64 ha

[Lldb-commits] [lldb] Enable LLDB to load large dSYM files. (PR #164471)

2025-10-21 Thread Peter Rong via lldb-commits
@@ -1697,6 +1701,14 @@ void ObjectFileMachO::ProcessSegmentCommand( // isn't stored in the abstracted Sections. m_mach_sections.push_back(sect64); +// Make sure we can load dSYM files whose __DWARF sections exceed the 4GB +// barrier. llvm::MachO::section_64 ha