summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepUntil.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-2/+1
* [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
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-2/+13
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-25/+19
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-325/+271
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-23/+9
* Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham2015-07-231-98/+93
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Fetching the parent frame may fail, handle that case. Patch from Tong Shen.Jim Ingham2014-08-111-1/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* <rdar://problem/13635174>Greg Clayton2013-10-111-2/+2
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham2013-06-041-2/+2
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-3/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+1
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-0/+2
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-201-0/+1
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-6/+0
* Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r...Jim Ingham2012-04-091-0/+4
* Convert the thread plans over from using the stack count to do their logic to...Jim Ingham2012-03-011-9/+45
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-33/+42
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-29/+33
* 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
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-6/+6
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-1/+2
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-7/+7
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+4
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+360
OpenPOWER on IntegriCloud