aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-143/+123
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-1/+0
2014-10-08Fix stepping over the inserted breakpoint trap when the NEXT instructionJim Ingham1-3/+32
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham1-1/+1
2013-05-09Changed the formerly pure virtual function:Greg Clayton1-6/+22
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham1-4/+2
2013-03-27<rdar://problem/13521159>Greg Clayton1-1/+1
2013-02-15A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham1-3/+3
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham1-1/+1
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-06-22The StepOverBreakpoint plan should only explain eStopReasonTrace. It didn't ...Jim Ingham1-1/+10
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-7/+7
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton1-1/+1
2011-07-09Allow reading memory from files before the target has been run.Jim Ingham1-1/+0
2010-11-11Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham1-1/+1
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-1/+1
2010-06-19Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham1-2/+15
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+130