summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
diff options
context:
space:
mode:
authorMichael Kuperstein <michael.m.kuperstein@intel.com>2015-11-03 08:17:25 +0000
committerMichael Kuperstein <michael.m.kuperstein@intel.com>2015-11-03 08:17:25 +0000
commit73dc85293f003c0e81b1f3e6a255a24f1f8b6db6 (patch)
treed47c802239005955de6518927110703828608564 /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
parent4ec5abffae8cd3957f69d247b92212ae92a43036 (diff)
downloadbcm5719-llvm-73dc85293f003c0e81b1f3e6a255a24f1f8b6db6.tar.gz
bcm5719-llvm-73dc85293f003c0e81b1f3e6a255a24f1f8b6db6.zip
[X86] Generate .cfi_adjust_cfa_offset correctly when pushing arguments
When push instructions are being used to pass function arguments on the stack, and either EH or debugging are enabled, we need to generate .cfi_adjust_cfa_offset directives appropriately. For (synch) EH, it is enough for the CFA offset to be correct at every call site, while for debugging we want to be correct after every push. Darwin does not support this well, so don't use pushes whenever it would be required. Differential Revision: http://reviews.llvm.org/D13767 llvm-svn: 251904
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud