When we were calculating the max byte size of ONE instruction to handle something...
authorJim Ingham <jingham@apple.com>
Wed, 7 Nov 2012 01:52:04 +0000 (01:52 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 7 Nov 2012 01:52:04 +0000 (01:52 +0000)
commitd073fe4e5b79557d4e8662db1a7d9465dc19fdb3
tree07bd83120ff6bb15fdf4b9d6628e16525540cbc0
parent514fc6fa0fdf22971a9237c9a1ad5604d9eae839
When we were calculating the max byte size of ONE instruction to handle something like

x/9i

we actually calculated the size of 9 instructions.  Then we multiplied it by the count again
to get the total amount we should fetch, so we thought 9 x86_64 instructions took over 1K
to fetch...

<rdar://problem/12649027>

llvm-svn: 167520
lldb/source/Commands/CommandObjectMemory.cpp