[Lldb-commits] [lldb] [lldb/API] Mark SBValue with error as invalid (PR #158759)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 15 18:07:57 PDT 2025


medismailben wrote:

I fixed the formatting most of the failures. I only need to find the right way to return the errors through DAP: prior to this change, errors were returned as part of the value object string, since the object was still considered valid but now that it's marked invalid, the return string is empty. @JDevlieghere what would be the right approach here ?

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


More information about the lldb-commits mailing list