[Lldb-commits] [lldb] [lldb] Add Status::Detail to store expression evaluator diagnostics [… (PR #106442)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 29 01:36:22 PDT 2024


labath wrote:

The llvm::Error class already supports this kind of metadata (and in a much better way IMO). Given that moving to llvm::Error is our long term goal, would it be possible to port enough APIs so that it's possible to pass an unmodified Error object from the producer to the place that needs to consume it?

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


More information about the lldb-commits mailing list