Correct the logic in DumpCommandHistory when the end index is UINT32_MAX.
authorJim Ingham <jingham@apple.com>
Fri, 22 Feb 2013 23:23:42 +0000 (23:23 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 22 Feb 2013 23:23:42 +0000 (23:23 +0000)
commitd1715e1425e28c107aea20bbfdc4d49bcad37488
treea13c11a41a89ecdb2a056cdd9ee433e6a25b9fd8
parentc46fe7c0d18c5b6630ec1abf38480edc81ad33e4
Correct the logic in DumpCommandHistory when the end index is UINT32_MAX.

<rdar://problem/13270229>

llvm-svn: 175927
lldb/source/Interpreter/CommandInterpreter.cpp