| Commit message (Expand) | Author | Age | Files | Lines |
* | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -462/+429 |
* | Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa... | Eugene Zelenko | 2015-12-15 | 1 | -19/+11 |
* | Improve C++ function name handling and step-in avoid regerxp handling | Tamas Berghammer | 2015-07-24 | 1 | -1/+1 |
* | Most thread plans don't handle eStopReasonInstrumentation stop reasons, | Jim Ingham | 2015-07-23 | 1 | -18/+12 |
* | Fix virtual step handling in ThreadPlanStepInRange | Tamas Berghammer | 2015-05-15 | 1 | -0/+1 |
* | Move lldb-log.cpp to core/Logging.cpp | Zachary Turner | 2015-03-18 | 1 | -2/+0 |
* | Remove unneeded local var initialization. | Jason Molenda | 2014-10-15 | 1 | -1/+0 |
* | This checkin is the first step in making the lldb thread stepping mechanism m... | Jim Ingham | 2014-09-29 | 1 | -7/+22 |
* | Don't duplicate the logic of the ThreadPlanShouldStopHere::DefaultShouldStopH... | Jim Ingham | 2014-08-08 | 1 | -12/+4 |
* | When stepping, handle the case where the step leaves us with | Jim Ingham | 2014-08-06 | 1 | -2/+3 |
* | This commit reworks how the thread plan's ShouldStopHere mechanism works, so ... | Jim Ingham | 2014-03-13 | 1 | -43/+78 |
* | Don't need to figure out the frame's module if we don't have any libraries | Jim Ingham | 2014-01-23 | 1 | -10/+14 |
* | Add a "step-avoid-libraries" setting to complement the "step-avoid-regexp" se... | Jim Ingham | 2014-01-23 | 1 | -4/+27 |
* | Fix issue from r166732 found by Andrew Kaylor | Ed Maste | 2013-11-25 | 1 | -2/+2 |
* | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 2013-11-04 | 1 | -3/+3 |
* | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 2013-11-02 | 1 | -3/+3 |
* | This commit does two things. One, it converts the return value of the QueueT... | Jim Ingham | 2013-07-18 | 1 | -18/+32 |
* | If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ... | Jim Ingham | 2013-06-04 | 1 | -1/+1 |
* | Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReaso... | Daniel Malea | 2013-05-14 | 1 | -0/+6 |
* | Figure out the reply to "PlanExplainsStop" once when we stop and then use the... | Jim Ingham | 2013-05-08 | 1 | -29/+40 |
* | <rdar://problem/13384801> | Greg Clayton | 2013-04-03 | 1 | -2/+5 |
* | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -5/+5 |
* | Log the match substring as well in the case where we match the step-avoid reg... | Jim Ingham | 2013-03-14 | 1 | -4/+12 |
* | Add some logging to track cases where “step-in” steps out due to the avoi... | Jim Ingham | 2013-03-14 | 1 | -4/+21 |
* | Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero... | Jim Ingham | 2013-02-09 | 1 | -1/+1 |
* | Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. | Andrew Kaylor | 2012-12-20 | 1 | -0/+1 |
* | Fixed a few bugs in the "step in" thread plan logic. | Jim Ingham | 2012-12-12 | 1 | -7/+55 |
* | <rdar://problem/12649160> | Greg Clayton | 2012-12-05 | 1 | -0/+1 |
* | Found a couple more places where we need to run all threads when stepping. | Jim Ingham | 2012-10-25 | 1 | -6/+9 |
* | Ensure that the ShouldStopHere plans get called even when doing "virtual" steps. | Jim Ingham | 2012-09-07 | 1 | -95/+112 |
* | Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl... | Jim Ingham | 2012-09-01 | 1 | -5/+29 |
* | Reimplemented the code that backed the "settings" in lldb. There were many is... | Greg Clayton | 2012-08-22 | 1 | -3/+1 |
* | Make the setting for "target.process.thread.step-avoid-regexp" work for inlin... | Greg Clayton | 2012-07-13 | 1 | -5/+4 |
* | If the ObjC Step Through Trampoline plan causes a target crash, properly prop... | Jim Ingham | 2012-05-10 | 1 | -2/+2 |
* | Fix reporting of stop reasons when the StepOver & StepIn plans stop because o... | Jim Ingham | 2012-05-01 | 1 | -0/+38 |
* | First stage of implementing step by "run to next branch". Doesn't work yet, ... | Jim Ingham | 2012-03-09 | 1 | -36/+12 |
* | <rdar://problem/10997402> | Greg Clayton | 2012-03-07 | 1 | -1/+1 |
* | Convert the thread plans over from using the stack count to do their logic to... | Jim Ingham | 2012-03-01 | 1 | -4/+6 |
* | Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr | Greg Clayton | 2012-02-21 | 1 | -1/+1 |
* | The second part in thread hardening the internals of LLDB where we make | Greg Clayton | 2012-02-18 | 1 | -2/+2 |
* | Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres... | Jim Ingham | 2011-12-03 | 1 | -0/+34 |
* | Make the step range plans capable of supporting multiple ranges. Also make t... | Jim Ingham | 2011-10-15 | 1 | -1/+1 |
* | Made lldb_private::ArchSpec contain much more than just an architecture. It | Greg Clayton | 2011-02-15 | 1 | -1/+3 |
* | Added support for stepping out of a frame. If you have 10 stack frames, and you | Greg Clayton | 2011-01-21 | 1 | -2/+6 |
* | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -2/+2 |
* | Handle stepping through ObjC vtable trampoline code. | Jim Ingham | 2010-11-05 | 1 | -18/+33 |
* | Add the ability to disable individual log categories, rather | Caroline Tice | 2010-10-29 | 1 | -0/+1 |
* | Updated the lldb_private::Flags class to have better method names and made | Greg Clayton | 2010-10-27 | 1 | -1/+1 |
* | Step past prologues when we step into functions. | Jim Ingham | 2010-09-16 | 1 | -3/+42 |
* | Adding a bit more logging. | Jim Ingham | 2010-09-15 | 1 | -0/+6 |