| Age | Commit message (Expand) | Author |
| 2014-04-08 | Fix the behavior when hand-calling a function times out on one thread, | Jim Ingham |
| 2014-02-13 | Fixed deadlocks that could occur when using python for breakpoints, operating... | Greg Clayton |
| 2014-01-17 | Correct logic checking for the first stop ID | Ed Maste |
| 2014-01-15 | Fix a bug where if we stop but nobody says there was a reason for the stop, w... | Jim Ingham |
| 2013-05-10 | Adding support for setting thread stop state when a process stops. | Andrew Kaylor |
| 2013-05-09 | Revert r181482 as it causes occasional hangs in LLDB buildbots | Daniel Malea |
| 2013-05-09 | Changed the formerly pure virtual function: | Greg Clayton |
| 2013-05-08 | Adding code to set thread state to stopped when the process stops. | Andrew Kaylor |
| 2013-05-08 | Figure out the reply to "PlanExplainsStop" once when we stop and then use the... | Jim Ingham |
| 2013-05-07 | Reinstating r181091 and r181106 with fix for Linux regressions. | Andrew Kaylor |
| 2013-05-07 | Temporarily reverting r181091 and r181106 due to the vast test breakage on th... | Ashok Thirumurthi |
| 2013-05-04 | After recent OperatingsSystem plug-in changes, the lldb_private::Process and ... | Greg Clayton |
| 2013-05-01 | <rdar://problem/13700260> | Greg Clayton |
| 2013-04-16 | Make sure all the threads get a chance to compute their StopInfo's before we ... | Jim Ingham |
| 2013-03-28 | <rdar://problem/13527167> | Greg Clayton |
| 2013-03-27 | <rdar://problem/13521159> | Greg Clayton |
| 2013-03-21 | If we stopped but no threads had a reason for stopping, we should tell the us... | Jim Ingham |
| 2013-01-08 | <rdar://problem/12976225> | Han Ming Ong |
| 2012-12-11 | Broadcast an event when the selected thread is changed. | Jim Ingham |
| 2012-11-29 | Resolve printf formatting warnings on Linux: | Daniel Malea |
| 2012-11-15 | Don't lock the thread list during ThreadList::ShouldStop. That does too | Jim Ingham |
| 2012-09-18 | Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S... | Greg Clayton |
| 2012-09-01 | Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl... | Jim Ingham |
| 2012-05-31 | When we are preparing all threads to run, if the overall run state of a threa... | Jim Ingham |
| 2012-05-18 | <rdar://problem/11386214> | Greg Clayton |
| 2012-02-09 | First pass at mach-o core file support is in. It currently works for x86_64 | Greg Clayton |
| 2012-01-31 | Threads now store their "temporary" resume state, so we know whether they wer... | Jim Ingham |
| 2012-01-29 | Switching back to using std::tr1::shared_ptr. We originally switched away | Greg Clayton |
| 2011-10-19 | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton |
| 2011-10-15 | Make the "log enable lldb-step" output easier to parse. | Jim Ingham |
| 2011-09-13 | In ThreadList::GetSelectedThread, handle the case where we have no | Jason Molenda |
| 2011-09-08 | Move the SourceManager from the Debugger to the Target. That way it can stor... | Jim Ingham |
| 2011-08-25 | Modify the impl of ThreadList::GetSelectedThread() so that it tries to fetch the | Johnny Chen |
| 2011-08-25 | Make ThreadList::GetSelectedThread() select and return the 0th thread if ther... | Johnny Chen |
| 2011-08-22 | Added a new plug-in type: lldb_private::OperatingSystem. The operating system | Greg Clayton |
| 2011-03-24 | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton |
| 2011-01-24 | Fix a crasher when you have no log. | Greg Clayton |
| 2011-01-24 | Some useful logging. Also don't stuff the temporary thread into a shared poi... | Jim Ingham |
| 2011-01-22 | Added an interface for noticing new thread creation. At this point, I only t... | Jim Ingham |
| 2011-01-18 | Thread safety changes in debugserver and also in the process GDB remote plugin. | Greg Clayton |
| 2010-11-06 | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton |
| 2010-10-20 | Don't cache the public stop reason, since it can change as plan completion ge... | Jim Ingham |
| 2010-09-03 | Cleaned up step logging a bit. | Greg Clayton |
| 2010-09-03 | Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. | Greg Clayton |
| 2010-08-26 | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham |
| 2010-07-14 | Don't call PrepareForResume on threads that aren't going to get a chance to r... | Jim Ingham |
| 2010-07-14 | I enabled some extra warnings for hidden local variables and for hidden | Greg Clayton |
| 2010-06-19 | Two changes in this checkin. Added a ThreadPlanKind so that I can do some re... | Jim Ingham |
| 2010-06-08 | Initial checkin of lldb code from internal Apple repo. | Chris Lattner |