[Lldb-commits] [lldb] [lldb] Refactor ReadRegisterValueAsScalar to return an llvm::Error (NFC) (PR #94556)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 6 02:07:31 PDT 2024


https://github.com/DavidSpickett approved this pull request.

LGTM

Thanks for working on this. Last time I tried to do this sort of conversion I went for llvm::Expected, and it quickly spiraled into a mountain of changes that I gave up on in the end.

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


More information about the lldb-commits mailing list