| Commit message (Expand) | Author | Age | Files | Lines |
* | If a hand-called function is interrupted by hitting a breakpoint, then | Jim Ingham | 2014-07-08 | 1 | -1/+17 |
* | Fix typos. | Bruce Mitchener | 2014-07-01 | 1 | -1/+1 |
* | Remove extra newline from log Printf | Ed Maste | 2014-06-25 | 1 | -1/+1 |
* | Initial merge of some of the iOS 8 / Mac OS X Yosemite specific | Jason Molenda | 2014-06-13 | 1 | -1/+82 |
* | Add a new SBThread::SafeToCallFunctions API; this calls over to | Jason Molenda | 2014-05-13 | 1 | -0/+16 |
* | sweep up -Wformat warnings from gcc | Saleem Abdulrasool | 2014-04-04 | 1 | -56/+52 |
* | sanitise sign comparisons | Saleem Abdulrasool | 2014-04-02 | 1 | -1/+2 |
* | lldb arm64 import. | Jason Molenda | 2014-03-29 | 1 | -0/+1 |
* | This commit reworks how the thread plan's ShouldStopHere mechanism works, so ... | Jim Ingham | 2014-03-13 | 1 | -18/+82 |
* | When a client asks for a queue pending item's extended backtrace, | Jason Molenda | 2014-03-06 | 1 | -2/+2 |
* | Initial patch for supporting Hexagon DSP | Deepak Panickal | 2014-02-19 | 1 | -0/+1 |
* | Merging the iohandler branch back into main. | Greg Clayton | 2014-01-27 | 1 | -0/+122 |
* | Add a "step-avoid-libraries" setting to complement the "step-avoid-regexp" se... | Jim Ingham | 2014-01-23 | 1 | -0/+12 |
* | <rdar://problem/15172417> | Greg Clayton | 2013-11-13 | 1 | -44/+33 |
* | Log failure to restore thread state in ThreadPlanCallFunction::DoTakedown | Ed Maste | 2013-11-12 | 1 | -2/+1 |
* | This patch does a couple of things. | Jim Ingham | 2013-11-07 | 1 | -27/+0 |
* | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 2013-11-04 | 1 | -21/+21 |
* | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 2013-11-02 | 1 | -21/+21 |
* | Mark the selected frame of the selected thread in backtraces. | Jim Ingham | 2013-10-18 | 1 | -3/+11 |
* | Make sure the CallFunction Thread plans don't try to do DoTakedown if their t... | Jim Ingham | 2013-10-18 | 1 | -3/+9 |
* | Added support for reading thread-local storage variables, as defined using th... | Richard Mitton | 2013-10-17 | 1 | -0/+18 |
* | POSIX RegisterContext for mips64 | Ed Maste | 2013-10-10 | 1 | -0/+1 |
* | Added a 'jump' command, similar to GDBs. | Richard Mitton | 2013-09-12 | 1 | -0/+73 |
* | <rdar://problem/14526890> | Greg Clayton | 2013-07-30 | 1 | -0/+13 |
* | This commit does two things. One, it converts the return value of the QueueT... | Jim Ingham | 2013-07-18 | 1 | -22/+22 |
* | Huge change to clean up types. | Greg Clayton | 2013-07-11 | 1 | -4/+3 |
* | Add some useful logging for tracking thread matching problems. | Jim Ingham | 2013-06-22 | 1 | -7/+15 |
* | Fix various build warnings. | Matt Kopec | 2013-06-03 | 1 | -1/+1 |
* | Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ... | Michael Sartain | 2013-05-23 | 1 | -3/+1 |
* | Added a test case that verifies that LLDB can debug across a process exec'ing... | Greg Clayton | 2013-05-21 | 1 | -0/+3 |
* | Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReaso... | Daniel Malea | 2013-05-14 | 1 | -24/+19 |
* | Adding support for setting thread stop state when a process stops. | Andrew Kaylor | 2013-05-10 | 1 | -0/+6 |
* | Revert r181482 as it causes occasional hangs in LLDB buildbots | Daniel Malea | 2013-05-09 | 1 | -6/+0 |
* | Changed the formerly pure virtual function: | Greg Clayton | 2013-05-09 | 1 | -28/+76 |
* | Adding code to set thread state to stopped when the process stops. | Andrew Kaylor | 2013-05-08 | 1 | -0/+6 |
* | Figure out the reply to "PlanExplainsStop" once when we stop and then use the... | Jim Ingham | 2013-05-08 | 1 | -1/+22 |
* | Reinstating r181091 and r181106 with fix for Linux regressions. | Andrew Kaylor | 2013-05-07 | 1 | -6/+12 |
* | Temporarily reverting r181091 and r181106 due to the vast test breakage on th... | Ashok Thirumurthi | 2013-05-07 | 1 | -12/+6 |
* | After recent OperatingsSystem plug-in changes, the lldb_private::Process and ... | Greg Clayton | 2013-05-04 | 1 | -6/+12 |
* | <rdar://problem/13700260> | Greg Clayton | 2013-05-01 | 1 | -16/+38 |
* | <rdar://problem/13697881> | Greg Clayton | 2013-04-20 | 1 | -14/+19 |
* | <rdar://problem/13516463> | Greg Clayton | 2013-04-02 | 1 | -45/+66 |
* | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -9/+9 |
* | Remove some commented out code. | Jim Ingham | 2013-03-21 | 1 | -8/+0 |
* | Don't use the fact that we stopped with a "Breakpoint" stop reason to decide ... | Jim Ingham | 2013-03-13 | 1 | -5/+7 |
* | Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero... | Jim Ingham | 2013-02-09 | 1 | -4/+19 |
* | Make sure a value is returned for Thread::ReturnFromFrame(). | Greg Clayton | 2013-02-01 | 1 | -2/+1 |
* | Add "thread return -x" to unwind the innermost user called expression (if you... | Jim Ingham | 2013-01-31 | 1 | -11/+74 |
* | Separated the "expr --unwind-on-error" behavior into two parts, actual errors... | Jim Ingham | 2013-01-15 | 1 | -3/+10 |
* | <rdar://problem/12976225> | Han Ming Ong | 2013-01-08 | 1 | -2/+1 |