diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-12-04 21:34:03 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-12-04 21:34:03 +0000 |
commit | d7767125d5b8e12db826aa7dd761a82e63ec235b (patch) | |
tree | b53f593b8c4cc364bcbb1e7ee12ad122618cdace /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h | |
parent | 751afdc3d1583dab43064892c90eb864cd69cd37 (diff) | |
download | bcm5719-llvm-d7767125d5b8e12db826aa7dd761a82e63ec235b.tar.gz bcm5719-llvm-d7767125d5b8e12db826aa7dd761a82e63ec235b.zip |
Use the 'count' attribute to calculate the upper bound of an array.
The count attribute is more accurate with regards to the size of an array. It
also obviates the upper bound attribute in the subrange. We can also better
handle an unbound array by setting the count to -1 instead of the lower bound to
1 and upper bound to 0.
llvm-svn: 169312
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h')
0 files changed, 0 insertions, 0 deletions