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
@@ -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
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
@@ -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
@@ -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