diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2024-10-10 13:11:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 13:11:08 -0700 |
commit | 69b0b7e7ac3adc42df517c25ed7017b5af9be9f1 (patch) | |
tree | 75d00132461993e65c9abc4c1df1224933702589 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 942fefe74112acb68fa43dde44abe3ae125457e1 (diff) | |
download | llvm-69b0b7e7ac3adc42df517c25ed7017b5af9be9f1.zip llvm-69b0b7e7ac3adc42df517c25ed7017b5af9be9f1.tar.gz llvm-69b0b7e7ac3adc42df517c25ed7017b5af9be9f1.tar.bz2 |
[lldb] Return an llvm::Error from GetFrameBaseValue (#111882)
This fixes the following assertion: "Cannot create Expected<T> from
Error success value." The problem was that GetFrameBaseValue return
false without updating the Status argument. This patch eliminates the
opportunity for mistakes by returning an llvm:Error.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions