[Lldb-commits] [lldb] [lldb] Unify implementation of CommandReturnObject::SetError(NFC) (PR #110707)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 1 13:46:46 PDT 2024


medismailben wrote:

> I actually think it's fine to change this behavior, I don't think anyone would have expected SetError to AppendError...

If you feel strongly about this (I actually think you have a point), you could make `SetError` as deprecated and have it call a newly added `AppendError` API which makes more sense IMO.

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


More information about the lldb-commits mailing list