| Commit message (Expand) | Author | Age | Files | Lines |
| * | Centralized a lot of the status information for processes, | Greg Clayton | 2011-04-18 | 1 | -235/+0 |
| * | Added auto completion for architecture names and for platforms. | Greg Clayton | 2011-04-13 | 1 | -37/+46 |
| * | Added two new classes for command options: | Greg Clayton | 2011-04-13 | 1 | -18/+53 |
| * | 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 | -4/+6 |
| * | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -1/+0 |
| * | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -2/+2 |
| * | Clean up a few places where SetOptionValue was using the global optarg, rathe... | Jim Ingham | 2011-03-22 | 1 | -1/+1 |
| * | LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide | Greg Clayton | 2011-03-08 | 1 | -2/+1 |
| * | Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form | Greg Clayton | 2011-02-23 | 1 | -1/+1 |
| * | Fixed an issue where we were resolving paths when we should have been. | Greg Clayton | 2010-10-20 | 1 | -1/+1 |
| * | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 2010-10-04 | 1 | -1/+13 |
| * | Modify command options to use the new arguments mechanism. Now all command o... | Caroline Tice | 2010-10-01 | 1 | -2/+2 |
| * | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -26/+27 |
| * | If the file the user specifies can't be found in the current directory, | Caroline Tice | 2010-09-10 | 1 | -1/+1 |
| * | More help text fixes. | Caroline Tice | 2010-09-08 | 1 | -2/+2 |
| * | Small help text fixes, to make it more consistent and accurate. | Caroline Tice | 2010-09-07 | 1 | -2/+2 |
| * | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -1/+1 |
| * | Change Target & Process so they can really be initialized with an invalid arc... | Jim Ingham | 2010-08-09 | 1 | -20/+3 |
| * | Add a source file completer to the CommandCompleters. | Jim Ingham | 2010-06-30 | 1 | -0/+27 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -7/+6 |
| * | Add a "thread specification" class that specifies thread specific breakpoints... | Jim Ingham | 2010-06-16 | 1 | -1/+0 |
| * | 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 | -1/+1 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+170 |