| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) | Jonas Devlieghere | 2019-07-24 | 1 | -20/+20 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -2/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Simplify Boolean expressions | Jonas Devlieghere | 2018-12-15 | 1 | -4/+1 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -21/+16 |
| * | Move Log from Core -> Utility. | Zachary Turner | 2017-03-03 | 1 | -1/+1 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -175/+150 |
| * | Improve logging a bit by printing the exception or signal type description. | Greg Clayton | 2014-02-27 | 1 | -2/+2 |
| * | If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ... | Jim Ingham | 2013-06-04 | 1 | -2/+2 |
| * | Figure out the reply to "PlanExplainsStop" once when we stop and then use the... | Jim Ingham | 2013-05-08 | 1 | -2/+18 |
| * | Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots: | Daniel Malea | 2013-05-01 | 1 | -16/+0 |
| * | Make "process handle -n true -s false" actually notifies of the signal. | Jim Ingham | 2013-04-30 | 1 | -0/+16 |
| * | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -1/+1 |
| * | The thread plans run before the event is broadcast, so they should be calling... | Jim Ingham | 2013-02-22 | 1 | -1/+1 |
| * | 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 | -1/+2 |
| * | <rdar://problem/12649160> | Greg Clayton | 2012-12-05 | 1 | -0/+8 |
| * | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -3/+3 |
| * | Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r... | Jim Ingham | 2012-04-09 | 1 | -0/+1 |
| * | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton | 2011-10-19 | 1 | -3/+3 |
| * | StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method ... | Johnny Chen | 2011-09-21 | 1 | -0/+1 |
| * | Rework the RunThreadPlan event handling to use Event Hijacking not stopping t... | Jim Ingham | 2011-02-08 | 1 | -0/+9 |
| * | More useful STEP logging. | Jim Ingham | 2011-01-24 | 1 | -2/+14 |
| * | The thread plan destructors may call Thread virtual methods. That means they... | Jim Ingham | 2010-11-18 | 1 | -0/+7 |
| * | Add ThreadPlanTracer class to allow instruction step tracing of execution. | Jim Ingham | 2010-11-11 | 1 | -3/+11 |
| * | Don't cache the public stop reason, since it can change as plan completion ge... | Jim Ingham | 2010-10-20 | 1 | -7/+7 |
| * | Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. | Greg Clayton | 2010-08-04 | 1 | -89/+60 |
| * | Two changes in this checkin. Added a ThreadPlanKind so that I can do some re... | Jim Ingham | 2010-06-19 | 1 | -7/+8 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+202 |