| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -5/+0 |
| * | [lldb] Remove dead code from STLUtils.h | Jonas Devlieghere | 2019-11-06 | 1 | -1/+0 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -15/+10 |
| * | [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 |
| * | Make breakpoint names real entities. | Jim Ingham | 2017-09-14 | 1 | -5/+14 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -17/+17 |
| * | Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c... | Pavel Labath | 2015-09-02 | 1 | -3/+2 |
| * | Add the ability to tag one or more breakpoints with a name. These | Jim Ingham | 2014-12-16 | 1 | -1/+13 |
| * | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 2012-06-08 | 1 | -320/+0 |
| * | rdar://problem/11533713 | Johnny Chen | 2012-05-25 | 1 | -0/+1 |
| * | Also push file & line breakpoints past the prologue. Also added a "-K" argum... | Jim Ingham | 2012-05-22 | 1 | -0/+1 |
| * | Add a command and an SB API to create exception breakpoints. Make the break ... | Jim Ingham | 2012-03-06 | 1 | -2/+6 |
| * | Added the ability to restrict breakpoints by function name, function regexp, ... | Jim Ingham | 2011-09-23 | 1 | -3/+3 |
| * | Add a new breakpoint type "break by source regular expression". | Jim Ingham | 2011-09-21 | 1 | -1/+6 |
| * | Added two new classes for command options: | Greg Clayton | 2011-04-13 | 1 | -8/+8 |
| * | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 2011-04-07 | 1 | -4/+4 |
| * | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -8/+8 |
| * | Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. | Greg Clayton | 2011-02-05 | 1 | -1/+1 |
| * | Documentation fix - explain how to unset conditions. Also fix unsetting -x a... | Jim Ingham | 2010-12-03 | 1 | -0/+2 |
| * | Fixed the default file and line breakpoints to include inlined breakpoints. | Greg Clayton | 2010-11-02 | 1 | -1/+1 |
| * | Check in an initial implementation of the "breakpoint clear" command, whose p... | Johnny Chen | 2010-10-28 | 1 | -1/+61 |
| * | Added support for breakpoint conditions. I also had to separate the "run the... | Jim Ingham | 2010-10-14 | 1 | -0/+2 |
| * | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -18/+12 |
| * | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -3/+3 |
| * | Added function name types to allow us to set breakpoints by name more | Greg Clayton | 2010-06-28 | 1 | -2/+3 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -19/+13 |
| * | Remember whether a queue or thread name were passed into "breakpoint modify" ... | Jim Ingham | 2010-06-19 | 1 | -0/+2 |
| * | Change "breakpoint configure" to "breakpoint modify" so it doesn't collide wi... | Jim Ingham | 2010-06-18 | 1 | -4/+6 |
| * | Add a "thread specification" class that specifies thread specific breakpoints... | Jim Ingham | 2010-06-16 | 1 | -0/+64 |
| * | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -1/+1 |
| * | More minor build fixes. | Eli Friedman | 2010-06-09 | 1 | -1/+1 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+235 |