| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove unnecessary includes in source/Commands | Raphael Isemann | 2019-12-16 | 1 | -1/+0 |
| * | Run clang-format on lldb/source/Commands (NFC) | Adrian Prantl | 2019-10-30 | 1 | -1/+0 |
| * | [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 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -7/+6 |
| * | Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c... | Pavel Labath | 2015-09-02 | 1 | -4/+2 |
| * | Use the "last created watchpoint" rather than asserting on watchpoint command... | Jim Ingham | 2013-07-02 | 1 | -1/+1 |
| * | Chnage VerifyWatchpointIDs() from a static function to a class function to be... | Johnny Chen | 2012-06-19 | 1 | -0/+4 |
| * | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 2012-06-08 | 1 | -279/+0 |
| * | After discussions with Jim and Greg, modify the 'watchpoint set' command to b... | Johnny Chen | 2012-02-08 | 1 | -29/+43 |
| * | Refine the 'watchpoint set' command to now require either the '-v' option (fo... | Johnny Chen | 2012-02-08 | 1 | -0/+31 |
| * | Add "watch set" command as a more general interface in conjunction with "fram... | Johnny Chen | 2012-01-30 | 1 | -0/+26 |
| * | Add a commnad to set a condition for a watchpoint. Example: | Johnny Chen | 2011-10-17 | 1 | -0/+52 |
| * | Add capability to set ignore count for watchpoint on the command line: | Johnny Chen | 2011-10-05 | 1 | -0/+50 |
| * | Add initial implementation of watchpoint commands for list, enable, disable, ... | Johnny Chen | 2011-09-22 | 1 | -0/+145 |