[Lldb-commits] [lldb] [lldb/API] Mark SBValue with error as invalid (PR #158759)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 17 11:41:34 PDT 2025
jimingham wrote:
Note, another way to do this would be to have default constructed SBValues have a Failed error state of "Nothing in me now". Then you could dispense with SBValie.IsValid altogether, since there aren't any SBValues that don't at least have valid error states.
https://github.com/llvm/llvm-project/pull/158759
More information about the lldb-commits
mailing list