| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Change "breakpoint configure" to "breakpoint modify" so it doesn't collide wi... | Jim Ingham | 2010-06-18 | 1 | -39/+58 |
* | Add a "thread specification" class that specifies thread specific breakpoints... | Jim Ingham | 2010-06-16 | 1 | -6/+299 |
* | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -1/+1 |
* | Change the Options parser over to use a mask rather than an ordinal for optio... | Jim Ingham | 2010-06-15 | 1 | -38/+18 |
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+953 |