| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID ... | Johnny Chen | 2011-09-22 | 1 | -4/+4 |
* | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 2011-09-22 | 1 | -1/+1 |
* | Add a new breakpoint type "break by source regular expression". | Jim Ingham | 2011-09-21 | 1 | -131/+110 |
* | A little refactoring of the way to add break IDs or ID ranges as command argu... | Johnny Chen | 2011-09-21 | 1 | -64/+4 |
* | Update declarations for all functions/methods that accept printf-style | Jason Molenda | 2011-09-20 | 1 | -3/+3 |
* | Adopt the intrusive pointers in: | Greg Clayton | 2011-09-17 | 1 | -1/+1 |
* | Move the SourceManager from the Debugger to the Target. That way it can stor... | Jim Ingham | 2011-09-08 | 1 | -19/+25 |
* | Added the ability to remove orphaned module shared pointers from a ModuleList. | Greg Clayton | 2011-08-11 | 1 | -1/+0 |
* | regexp-break -> _regexp-break in command string. | Jim Ingham | 2011-05-26 | 1 | -1/+1 |
* | Set the default "break list" level back to full. | Jim Ingham | 2011-05-17 | 1 | -1/+1 |
* | Added new OptionGroup classes for UInt64, UUID, File and Boolean values. | Greg Clayton | 2011-05-03 | 1 | -1/+1 |
* | Added a new option to the "source list" command that allows us to see where | Greg Clayton | 2011-04-19 | 1 | -6/+3 |
* | Added two new classes for command options: | Greg Clayton | 2011-04-13 | 1 | -8/+8 |
* | Moved the execution context that was in the Debugger into | Greg Clayton | 2011-04-12 | 1 | -1/+1 |
* | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 2011-04-07 | 1 | -12/+16 |
* | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -8/+0 |
* | Added the ability to get the min and max instruction byte size for | Greg Clayton | 2011-03-26 | 1 | -13/+13 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -8/+8 |
* | Clean up a few places where SetOptionValue was using the global optarg, rathe... | Jim Ingham | 2011-03-22 | 1 | -17/+17 |
* | - Changed all the places where CommandObjectReturn was exporting a StreamStri... | Jim Ingham | 2011-02-19 | 1 | -8/+8 |
* | Change "breakpoint list" command to default to brief output rather than full ... | Caroline Tice | 2011-02-04 | 1 | -2/+2 |
* | Documentation fix - explain how to unset conditions. Also fix unsetting -x a... | Jim Ingham | 2010-12-03 | 1 | -12/+36 |
* | Document the fact that "breakpoint modify" with no breakpoint acts on the | Jim Ingham | 2010-12-03 | 1 | -1/+2 |
* | Fixed the default file and line breakpoints to include inlined breakpoints. | Greg Clayton | 2010-11-02 | 1 | -3/+3 |
* | Check in an initial implementation of the "breakpoint clear" command, whose p... | Johnny Chen | 2010-10-28 | 1 | -4/+193 |
* | Add warning if no actual locations were resolved when attempting | Caroline Tice | 2010-10-28 | 1 | -0/+11 |
* | Fixed an issue where we were resolving paths when we should have been. | Greg Clayton | 2010-10-20 | 1 | -8/+11 |
* | Added support for breakpoint conditions. I also had to separate the "run the... | Jim Ingham | 2010-10-14 | 1 | -18/+43 |
* | Modified the "breakpoint set --name NAME" to be the auto breakpoint set | Greg Clayton | 2010-10-12 | 1 | -13/+12 |
* | Added a "--no-lldbinit" option (-n for short (which magically matches | Greg Clayton | 2010-10-11 | 1 | -57/+58 |
* | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 2010-10-04 | 1 | -9/+9 |
* | Modify command options to use the new arguments mechanism. Now all command o... | Caroline Tice | 2010-10-01 | 1 | -29/+29 |
* | Add infrastructure for standardizing arguments for commands and | Caroline Tice | 2010-10-01 | 1 | -17/+95 |
* | Fix breakpoint id range testing to disallow ranges that specify breakpoint lo... | Caroline Tice | 2010-09-29 | 1 | -6/+6 |
* | General command line help cleanup: | Greg Clayton | 2010-09-18 | 1 | -32/+17 |
* | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -45/+48 |
* | More help text fixes. | Caroline Tice | 2010-09-08 | 1 | -1/+1 |
* | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 2010-09-08 | 1 | -4/+4 |
* | "break set -F" should also use the full symbol name completer. | Jim Ingham | 2010-09-08 | 1 | -1/+1 |
* | Small help text fixes, to make it more consistent and accurate. | Caroline Tice | 2010-09-07 | 1 | -1/+1 |
* | Change the "-S", "-F" and "-M" options to take their arguments directly, rath... | Jim Ingham | 2010-08-26 | 1 | -15/+13 |
* | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -6/+6 |
* | Added needed breakpoint functionality to the public API that includes: | Greg Clayton | 2010-07-23 | 1 | -1/+1 |
* | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -36/+45 |
* | Added function name types to allow us to set breakpoints by name more | Greg Clayton | 2010-06-28 | 1 | -34/+81 |
* | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -30/+39 |
* | Remember whether a queue or thread name were passed into "breakpoint modify" ... | Jim Ingham | 2010-06-19 | 1 | -6/+16 |