[Lldb-commits] [lldb] [lldb] Turn lldb_private::Status into a value type. (PR #106163)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 26 22:14:19 PDT 2024


https://github.com/clayborg commented:

I worry the assert will kill the LLDB library and cause issues. Can we add a temporary setting that can override this in case it does cause crashes? I really don't want LLDB crashing if we can help it. It will be hard to test all of the error code paths that can happen out in the wild

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


More information about the lldb-commits mailing list