[Lldb-commits] [lldb] [LLDB] Ensure the data of apple accelerator tables is kept around (PR #71828)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 9 17:39:49 PST 2023


================
@@ -57,7 +57,9 @@ std::unique_ptr<AppleDWARFIndex> AppleDWARFIndex::Create(
     return std::make_unique<AppleDWARFIndex>(
----------------
walter-erquinigo wrote:

These asserts might not always pass? I don't know if it's guaranteed that if one of those sections is present, then the rest of them are as well.

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


More information about the lldb-commits mailing list