| Commit message (Expand) | Author | Age | Files | Lines |
* | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
* | Fix step-over when SymbolContext.function is missing and symbol is present. | Sam McCall | 2016-11-17 | 1 | -14/+15 |
* | Don't allow direct access to StreamString's internal buffer. | Zachary Turner | 2016-11-16 | 1 | -1/+1 |
* | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -368/+362 |
* | Some code that is sanity checking stepping out back out from one inlined | Jim Ingham | 2016-07-29 | 1 | -0/+6 |
* | Keep original source path and mapped path in LineEntry | Ted Woodward | 2016-05-11 | 1 | -3/+3 |
* | Re-apply r257117 (reverted in r257138 temporarily), | Jason Molenda | 2016-01-08 | 1 | -1/+2 |
* | Revert r257117 "Performance improvement: Change lldb so that it | Jason Molenda | 2016-01-08 | 1 | -2/+1 |
* | Performance improvement: Change lldb so that it puts a breakpoint | Jason Molenda | 2016-01-08 | 1 | -1/+2 |
* | Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa... | Eugene Zelenko | 2015-12-15 | 1 | -27/+11 |
* | I was assuming that when a bit of inlined code was followed by code from the ... | Jim Ingham | 2015-08-14 | 1 | -4/+8 |
* | Most thread plans don't handle eStopReasonInstrumentation stop reasons, | Jim Ingham | 2015-07-23 | 1 | -12/+7 |
* | Make many mangled functions that might demangle a name be allowed to specify ... | Greg Clayton | 2015-07-08 | 1 | -1/+1 |
* | Fix a variety of typos. | Bruce Mitchener | 2015-06-18 | 1 | -2/+2 |
* | Move lldb-log.cpp to core/Logging.cpp | Zachary Turner | 2015-03-18 | 1 | -2/+0 |
* | This checkin is the first step in making the lldb thread stepping mechanism m... | Jim Ingham | 2014-09-29 | 1 | -4/+22 |
* | When stepping, handle the case where the step leaves us with | Jim Ingham | 2014-08-06 | 1 | -0/+4 |
* | If you found a step through plan stop looking up the stack for a step out plan. | Jim Ingham | 2014-08-05 | 1 | -0/+3 |
* | This commit reworks how the thread plan's ShouldStopHere mechanism works, so ... | Jim Ingham | 2014-03-13 | 1 | -8/+43 |
* | 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 |
* | Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRange | Daniel Malea | 2013-09-17 | 1 | -36/+40 |
* | Correct logic error found by inspection. | Ed Maste | 2013-09-06 | 1 | -1/+1 |
* | This commit does two things. One, it converts the return value of the QueueT... | Jim Ingham | 2013-07-18 | 1 | -9/+9 |
* | If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ... | Jim Ingham | 2013-06-04 | 1 | -1/+1 |
* | Figure out the reply to "PlanExplainsStop" once when we stop and then use the... | Jim Ingham | 2013-05-08 | 1 | -9/+14 |
* | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -3/+3 |
* | 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 |
* | <rdar://problem/12649160> | Greg Clayton | 2012-12-05 | 1 | -0/+1 |
* | Add a workaround to problems with the clang debug info for | Jim Ingham | 2012-11-06 | 1 | -0/+95 |
* | Found a couple more places where we need to run all threads when stepping. | Jim Ingham | 2012-10-25 | 1 | -1/+1 |
* | Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl... | Jim Ingham | 2012-09-01 | 1 | -8/+60 |
* | Relax the test for "is the frame I am going to step back out to the one I sta... | Jim Ingham | 2012-07-26 | 1 | -1/+30 |
* | If the ObjC Step Through Trampoline plan causes a target crash, properly prop... | Jim Ingham | 2012-05-10 | 1 | -3/+3 |
* | Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate... | Jim Ingham | 2012-05-03 | 1 | -6/+1 |
* | Fix reporting of stop reasons when the StepOver & StepIn plans stop because o... | Jim Ingham | 2012-05-01 | 1 | -0/+38 |
* | Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r... | Jim Ingham | 2012-04-09 | 1 | -0/+3 |
* | First stage of implementing step by "run to next branch". Doesn't work yet, ... | Jim Ingham | 2012-03-09 | 1 | -35/+20 |
* | Convert the thread plans over from using the stack count to do their logic to... | Jim Ingham | 2012-03-01 | 1 | -10/+29 |
* | Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr | Greg Clayton | 2012-02-21 | 1 | -1/+1 |
* | Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres... | Jim Ingham | 2011-12-03 | 1 | -0/+25 |
* | Make the step range plans capable of supporting multiple ranges. Also make t... | Jim Ingham | 2011-10-15 | 1 | -1/+1 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -2/+2 |
* | 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 | -1/+7 |
* | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -1/+2 |
* | Handle stepping through ObjC vtable trampoline code. | Jim Ingham | 2010-11-05 | 1 | -1/+13 |
* | Moved the section load list up into the target so we can use the target | Greg Clayton | 2010-09-14 | 1 | -1/+1 |
* | Two changes in this checkin. Added a ThreadPlanKind so that I can do some re... | Jim Ingham | 2010-06-19 | 1 | -1/+1 |