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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 10 13:37:48 PST 2023


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

Without expressing an opinion, the [contributing guidelines](https://lldb.llvm.org/resources/contributing.html) say not to add new `lldbasserts`. This is currently being discussed on [Discourse](https://discourse.llvm.org/t/rfc-error-handling-in-release-builds-aka-can-i-use-lldbassert-or-not/74738/). 

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


More information about the lldb-commits mailing list