summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-12-04 21:33:58 +0000
committerBill Wendling <isanbard@gmail.com>2012-12-04 21:33:58 +0000
commit751afdc3d1583dab43064892c90eb864cd69cd37 (patch)
treee12ca5cc3c089e369e3d3cd34b74569536ab0858 /lldb/source/Plugins/OperatingSystem
parent35439dff76c4c6ccbed39182ba818ecbca179dac (diff)
downloadbcm5719-llvm-751afdc3d1583dab43064892c90eb864cd69cd37.tar.gz
bcm5719-llvm-751afdc3d1583dab43064892c90eb864cd69cd37.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: 169311
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud