[Lldb-commits] [lldb] [lldb] Change ValueObject::AddressOf() to return Expected (NFC) (PR #106831)

via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 4 12:53:02 PDT 2024


jimingham wrote:

Are you planning to do this more generally?  There are lots of API's that can ValueObjects that might or might not succeed, and it's not clear to me how AddressOf is special in this regard.

If we're planning on changing how we hand out ValueObjects more generally in the API then we should probably discuss that (maybe an RFC) and make a plan rather than just dive into it piecemeal.

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


More information about the lldb-commits mailing list