diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-07-19 20:19:37 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-07-19 20:19:37 +0000 |
commit | 2f984cab4fa7b8cf07e87965fb334e9d16e7e296 (patch) | |
tree | e28a7badc48c481abf5226ad8edfee2258604611 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | 57faf2d2086a428ada439d620286656b76fb2be3 (diff) | |
download | bcm5719-llvm-2f984cab4fa7b8cf07e87965fb334e9d16e7e296.tar.gz bcm5719-llvm-2f984cab4fa7b8cf07e87965fb334e9d16e7e296.zip |
[libcxxabi] When catching an exception of type nullptr_t with a handler of
pointer-to-member type, produce a null value of the right type.
This fixes a bug where throwing an exception of type nullptr_t and catching it
as a pointer-to-member would not guarantee to produce a null value in the catch
handler. The fix is pretty simple: we statically allocate a constant null
pointer-to-data-member representation and a constant null
pointer-to-member-function representation, and produce the address of the
relevant value as the adjusted pointer for the exception.
llvm-svn: 276016
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions