Formatting.

llvm-svn: 125076
This commit is contained in:
Jim Ingham 2011-02-08 04:27:50 +00:00
parent 9b0b60c946
commit 242e0ad729
1 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,12 @@ using namespace lldb_private;
// based on the value of \a type.
//----------------------------------------------------------------------
ThreadPlanStepRange::ThreadPlanStepRange (ThreadPlanKind kind, const char *name, Thread &thread, const AddressRange &range, const SymbolContext &addr_context, lldb::RunMode stop_others) :
ThreadPlanStepRange::ThreadPlanStepRange (ThreadPlanKind kind,
const char *name,
Thread &thread,
const AddressRange &range,
const SymbolContext &addr_context,
lldb::RunMode stop_others) :
ThreadPlan (kind, name, thread, eVoteNoOpinion, eVoteNoOpinion),
m_addr_context (addr_context),
m_address_range (range),