[Lldb-commits] [lldb] [lldb] Make sure SBError is valid when SBDebugger::InitializeWithErrorHandling succeeds (PR #170156)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 3 08:45:41 PST 2025
DavidSpickett wrote:
https://lldb.llvm.org/resources/sbapi.html
> We also always have an “IsValid” method on all the SB classes to report whether the object is empty or not.
And being empty has a different meaning for SBError than most types.
https://github.com/llvm/llvm-project/pull/170156
More information about the lldb-commits
mailing list