summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-12-04 21:34:03 +0000
committerBill Wendling <isanbard@gmail.com>2012-12-04 21:34:03 +0000
commitd7767125d5b8e12db826aa7dd761a82e63ec235b (patch)
treeb53f593b8c4cc364bcbb1e7ee12ad122618cdace /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
parent751afdc3d1583dab43064892c90eb864cd69cd37 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud