summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-9/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Fix format stringBenjamin Kramer2018-05-251-1/+1
* pc's should be printed in hex...Jim Ingham2018-05-241-1/+1
* Work around some odd instruction single-step behavior on macOS.Jim Ingham2018-05-221-21/+47
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-25/+20
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-143/+123
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Fix stepping over the inserted breakpoint trap when the NEXT instructionJim Ingham2014-10-081-3/+32
* If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham2013-06-041-1/+1
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-6/+22
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-4/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham2013-02-151-3/+3
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* The StepOverBreakpoint plan should only explain eStopReasonTrace. It didn't ...Jim Ingham2012-06-221-1/+10
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-7/+7
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Allow reading memory from files before the target has been run.Jim Ingham2011-07-091-1/+0
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-2/+15
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+130
OpenPOWER on IntegriCloud