| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) | Jonas Devlieghere | 2019-07-24 | 1 | -9/+7 |
| * | [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 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | Fix format string | Benjamin Kramer | 2018-05-25 | 1 | -1/+1 |
| * | pc's should be printed in hex... | Jim Ingham | 2018-05-24 | 1 | -1/+1 |
| * | Work around some odd instruction single-step behavior on macOS. | Jim Ingham | 2018-05-22 | 1 | -21/+47 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -25/+20 |
| * | 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 | -143/+123 |
| * | Move lldb-log.cpp to core/Logging.cpp | Zachary Turner | 2015-03-18 | 1 | -1/+0 |
| * | Fix stepping over the inserted breakpoint trap when the NEXT instruction | Jim Ingham | 2014-10-08 | 1 | -3/+32 |
| * | If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ... | Jim Ingham | 2013-06-04 | 1 | -1/+1 |
| * | Changed the formerly pure virtual function: | Greg Clayton | 2013-05-09 | 1 | -6/+22 |
| * | Figure out the reply to "PlanExplainsStop" once when we stop and then use the... | Jim Ingham | 2013-05-08 | 1 | -4/+2 |
| * | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -1/+1 |
| * | A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break... | Jim Ingham | 2013-02-15 | 1 | -3/+3 |
| * | Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero... | Jim Ingham | 2013-02-09 | 1 | -1/+1 |
| * | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -1/+1 |
| * | The StepOverBreakpoint plan should only explain eStopReasonTrace. It didn't ... | Jim Ingham | 2012-06-22 | 1 | -1/+10 |
| * | Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr | Greg Clayton | 2012-02-21 | 1 | -7/+7 |
| * | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton | 2011-10-19 | 1 | -1/+1 |
| * | Allow reading memory from files before the target has been run. | Jim Ingham | 2011-07-09 | 1 | -1/+0 |
| * | Add ThreadPlanTracer class to allow instruction step tracing of execution. | Jim Ingham | 2010-11-11 | 1 | -1/+1 |
| * | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -1/+1 |
| * | Two changes in this checkin. Added a ThreadPlanKind so that I can do some re... | Jim Ingham | 2010-06-19 | 1 | -2/+15 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+130 |