| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't emit the "WARNING: no locations" message when breakpoints are set in | Jim Ingham | 2014-12-19 | 1 | -4/+11 |
* | Fix a format string warning by noting that StringIsBreakpointName | Eric Christopher | 2014-12-17 | 1 | -2/+0 |
* | Add the ability to tag one or more breakpoints with a name. These | Jim Ingham | 2014-12-16 | 1 | -8/+431 |
* | Add the ability to set breakpoints with conditions, commands, etc, | Jim Ingham | 2014-12-06 | 1 | -9/+119 |
* | This is the first step of making lldb able to create target-specific things | Jim Ingham | 2014-11-22 | 1 | -8/+8 |
* | Revert "Fix broken tests due to new error output." | Zachary Turner | 2014-07-09 | 1 | -42/+42 |
* | Fix broken tests due to new error output. | Todd Fiala | 2014-07-08 | 1 | -42/+42 |
* | Adds the notion of an OptionValidator. | Zachary Turner | 2014-07-03 | 1 | -42/+42 |
* | Add enumerations for additional languages from DWARF spec updates. | Bruce Mitchener | 2014-07-03 | 1 | -0/+3 |
* | sanitise sign comparisons | Saleem Abdulrasool | 2014-04-02 | 1 | -1/+1 |
* | "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl... | Greg Clayton | 2014-03-03 | 1 | -3/+3 |
* | Fix Windows build using portable types for formatting the log outputs | Deepak Panickal | 2014-03-03 | 1 | -3/+3 |
* | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 2013-11-04 | 1 | -2/+2 |
* | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 2013-11-02 | 1 | -2/+2 |
* | Fix the format warnings. | Sylvestre Ledru | 2013-10-31 | 1 | -3/+3 |
* | <rdar://problem/13635174> | Greg Clayton | 2013-10-11 | 1 | -13/+36 |
* | Add OptionParser.h | Virgile Bello | 2013-09-05 | 1 | -38/+38 |
* | Make the "SearchFilterByModuleListAndCU" work correctly for searches at the C... | Jim Ingham | 2013-06-07 | 1 | -1/+3 |
* | Fix the help message for “one-shot”. | Jim Ingham | 2013-04-09 | 1 | -1/+1 |
* | 1 breakpoint is a breakpoint not a breakpoints. | Jim Ingham | 2013-03-29 | 1 | -1/+1 |
* | Fix a typo in help string. | Jim Ingham | 2013-03-27 | 1 | -1/+1 |
* | That wasn't a typo, if the short letter option is from a non-obvious source, ... | Jim Ingham | 2013-03-26 | 1 | -1/+1 |
* | Fixed a typo. | Sean Callanan | 2013-03-26 | 1 | -1/+1 |
* | Fix a reversed test for "for_expression" in creating C++ exception breakpoints. | Jim Ingham | 2013-03-09 | 1 | -1/+1 |
* | Add a comment to break disable's help to make clearer the relationship betwee... | Jim Ingham | 2013-03-08 | 1 | -1/+21 |
* | One to many always's. | Jim Ingham | 2013-02-14 | 1 | -1/+1 |
* | Make it clear that if you #include .c/.cpp/.m/.mm etc files, you will have to | Jim Ingham | 2013-02-14 | 1 | -1/+4 |
* | <rdar://problem/12552374> | Enrico Granata | 2013-01-29 | 1 | -1/+1 |
* | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -3/+3 |
* | Expanded the flags that can be set for a command object in lldb_private::Comm... | Greg Clayton | 2013-01-09 | 1 | -1/+1 |
* | <rdar://problem/12820334> | Greg Clayton | 2012-12-06 | 1 | -6/+4 |
* | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
* | <rdar://problem/12798131> | Greg Clayton | 2012-12-04 | 1 | -4/+4 |
* | Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou... | Jim Ingham | 2012-10-05 | 1 | -83/+125 |
* | Change the new breakpoint creation output (primarily from "break set") to som... | Jim Ingham | 2012-09-22 | 1 | -3/+2 |
* | <rdar://problem/11757916> | Greg Clayton | 2012-08-29 | 1 | -8/+10 |
* | Ran the static analyzer on the codebase and found a few things. | Greg Clayton | 2012-07-17 | 1 | -16/+8 |
* | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 2012-06-08 | 1 | -1293/+1395 |
* | rdar://problem/11533713 | Johnny Chen | 2012-05-25 | 1 | -2/+14 |
* | Also push file & line breakpoints past the prologue. Also added a "-K" argum... | Jim Ingham | 2012-05-22 | 1 | -4/+32 |
* | Add clarification comments. | Johnny Chen | 2012-05-08 | 1 | -0/+2 |
* | Updated to a more meaningful macro name. | Johnny Chen | 2012-05-07 | 1 | -2/+2 |
* | Fix the problem that 'help breakpoint set' is printing a lot of redundant lines. | Johnny Chen | 2012-05-07 | 1 | -2/+2 |
* | Document the fact that you can repeat "-n" and similar options to make one br... | Jim Ingham | 2012-05-03 | 1 | -7/+10 |
* | Use 0 instead of NULL for the integral value. | Bill Wendling | 2012-04-03 | 1 | -12/+12 |
* | Add a command and an SB API to create exception breakpoints. Make the break ... | Jim Ingham | 2012-03-06 | 1 | -16/+85 |
* | Send Breakpoint Changed events for all the relevant changes to breakpoints. | Jim Ingham | 2012-02-08 | 1 | -8/+8 |
* | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 2011-10-26 | 1 | -11/+11 |
* | Fix the option lists that "--file" belongs to so the help won't come out whonky. | Jim Ingham | 2011-10-07 | 1 | -1/+1 |
* | Added the ability to restrict breakpoints by function name, function regexp, ... | Jim Ingham | 2011-09-23 | 1 | -64/+77 |