Add the ability to provide a "count" option to the various "thread step-*" operations...
authorJim Ingham <jingham@apple.com>
Tue, 8 Jul 2014 19:28:57 +0000 (19:28 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 8 Jul 2014 19:28:57 +0000 (19:28 +0000)
commit7a88ec9ac05c4f9e4cc03bd9e84af9e6da73c8b9
tree5cd45aabe66d329352fb8e8ae2080c3268b5ae2c
parentc60b6eadecb2d41c7b7d4661dbffedff764ca8d1
Add the ability to provide a "count" option to the various "thread step-*" operations.  Only
step-inst and step-inst are currently supported, the rest just warn that they are not supported
if you try to provide a count.

llvm-svn: 212559
lldb/include/lldb/Target/ThreadPlan.h
lldb/include/lldb/Target/ThreadPlanStepInstruction.h
lldb/source/Commands/CommandObjectThread.cpp
lldb/source/Target/ThreadPlanStepInstruction.cpp