[Lldb-commits] [lldb] [lldb] Expose structured errors in SBError (PR #120784)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 20 12:40:36 PST 2024


adrian-prantl wrote:

> LGTM. nit: I'd have called the API `SBError::GetStructuredError`.

I have no strong feelings about this — I chose GetErrorData, because that's what `SBStructuredData SBCommandReturnObject::GetErrorData()` is called.

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


More information about the lldb-commits mailing list