summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepInstruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-7/+9
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-12/+12
* [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-1/+12
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-14/+10
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-02-151-0/+9
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...Boris Ulasevich2017-01-271-9/+0
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-01-241-0/+9
* Rollback my commit r290168 to fix linux tests failure. I'll be back!Boris Ulasevich2016-12-201-9/+0
* Bug 30863 - Step doesn't stop with coditional breakpoint on the next lineBoris Ulasevich2016-12-201-0/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-239/+187
* The SetStopInfo from a Mach Exception was setting the stopJim Ingham2016-02-031-1/+2
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-23/+7
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* "nexti" should not step over inlined functions.Jim Ingham2014-11-201-1/+28
* Add the ability to provide a "count" option to the various "thread step-*" op...Jim Ingham2014-07-081-11/+69
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-7/+7
* 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
* Refine the fix in r187094 to only distrust the StackID comparision when we ar...Jim Ingham2013-07-261-3/+10
* Handle the case where we are stepping through code with no symbols, so we can...Jim Ingham2013-07-251-21/+37
* If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham2013-06-041-1/+1
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+1
* Found a couple more places where we need to run all threads when stepping.Jim Ingham2012-10-251-1/+5
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-1/+7
* Purge a couple more uses of stack count for stepping.Jim Ingham2012-03-011-4/+6
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-2/+2
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-2/+2
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-1/+1
* 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-2/+2
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-3/+3
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-2/+2
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-6/+7
* Fix constructor initialization order. Patch by Bill Lynch.Benjamin Kramer2010-07-161-2/+3
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-3/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+191
OpenPOWER on IntegriCloud