diff options
author | Ed Schouten <ed@nuxi.nl> | 2017-03-07 15:21:57 +0000 |
---|---|---|
committer | Ed Schouten <ed@nuxi.nl> | 2017-03-07 15:21:57 +0000 |
commit | 4dd1292c3e2009c0814b294eec591ab1e7cc53ef (patch) | |
tree | 07b112633bfa1d55eb086801fe8f3f5070303446 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c | |
parent | 4743e2d9b94be8a43b6e940bae25245cc49a51a4 (diff) | |
download | bcm5719-llvm-4dd1292c3e2009c0814b294eec591ab1e7cc53ef.tar.gz bcm5719-llvm-4dd1292c3e2009c0814b294eec591ab1e7cc53ef.zip |
Let arm_section_length store the number of bytes.
Exception section data that we extract for DWARF gets stored as the
offset and the number of bytes. For ARM exception info, we seem to
deviate from this by storing the number of entries. Attempt to make this
more consistent.
By storing the number of bytes, we can get rid of the EHTEntry structure
declared in AddressSpace.hpp. In UnwindCursor.hpp we already have
another structure declared for the same purpose.
Reviewed by: Keith Walker
Differential Revision: https://reviews.llvm.org/D30681
llvm-svn: 297149
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/main.c')
0 files changed, 0 insertions, 0 deletions