diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-09-06 12:30:00 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-09-06 12:30:00 +0000 |
commit | 020ec299bff6dbc9a4f8dd1d19e09a3f26441f30 (patch) | |
tree | a629c717cde86cd980fdad61a57bb760c574d26b /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py | |
parent | de970cfb0c1311ae34b11e36edc8569122ce04e9 (diff) | |
download | bcm5719-llvm-020ec299bff6dbc9a4f8dd1d19e09a3f26441f30.tar.gz bcm5719-llvm-020ec299bff6dbc9a4f8dd1d19e09a3f26441f30.zip |
[PPC] Claim stack frame before storing into it, if no red zone is present
Unlike PPC64, PPC32/SVRV4 does not have red zone. In the absence of it
there is no guarantee that this part of the stack will not be modified
by any interrupt. To avoid this, make sure to claim the stack frame first
before storing into it.
This fixes https://llvm.org/bugs/show_bug.cgi?id=26519.
Differential Revision: https://reviews.llvm.org/D24093
llvm-svn: 280705
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions