summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2019-03-11 18:16:20 +0000
committerGreg Clayton <gclayton@apple.com>2019-03-11 18:16:20 +0000
commit0d6f681292d5ae8ed5df0cc29eaf95928d264d43 (patch)
tree4e0e4fef0437810ed06563772ec5ef48a7c5af3d /llvm/lib/Object/MachOObjectFile.cpp
parent06ae0253456f932ae20493f332ca1f4c7974501c (diff)
downloadbcm5719-llvm-0d6f681292d5ae8ed5df0cc29eaf95928d264d43.tar.gz
bcm5719-llvm-0d6f681292d5ae8ed5df0cc29eaf95928d264d43.zip
Fix a crasher in StackFrame::GetValueForVariableExpressionPath()
There was a crash that would happen if an IDE would ask for a child of a shared pointer via any SB API call that ends up calling StackFrame::GetValueForVariableExpressionPath(). The previous code expects an error to be set describing why the synthetic child of a type was not able to be found, but we have some synthetic child providers that weren't setting the error and returning an empty value object shared pointer. This fixes that to ensure we don't lose our debug session by crashing, fully tests GetValueForVariableExpressionPath functionality, and ensures we don't crash on GetValueForVariableExpressionPath() in the future. Differential Revision: https://reviews.llvm.org/D59200 llvm-svn: 355850
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud