| Commit message (Expand) | Author | Age | Files | Lines |
* | <rdar://problem/11757916> | Greg Clayton | 2012-08-29 | 1 | -0/+3 |
* | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 2012-06-08 | 1 | -29/+21 |
* | Made a ModuleSpec class in Module.h which can specify a module using one or | Greg Clayton | 2012-02-26 | 1 | -6/+8 |
* | Extended function lookup to allow the user to | Sean Callanan | 2012-02-10 | 1 | -2/+3 |
* | Switching back to using std::tr1::shared_ptr. We originally switched away | Greg Clayton | 2012-01-29 | 1 | -2/+2 |
* | Missing return in error handling for "source list". | Jim Ingham | 2011-11-29 | 1 | -0/+1 |
* | "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase f... | Jim Ingham | 2011-11-09 | 1 | -2/+2 |
* | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 2011-10-26 | 1 | -5/+5 |
* | Missed one place where we should use the target's SourceManager, not the debu... | Jim Ingham | 2011-09-29 | 1 | -1/+1 |
* | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 2011-09-22 | 1 | -5/+3 |
* | Update declarations for all functions/methods that accept printf-style | Jason Molenda | 2011-09-20 | 1 | -1/+1 |
* | Move the SourceManager from the Debugger to the Target. That way it can stor... | Jim Ingham | 2011-09-08 | 1 | -40/+35 |
* | Added new OptionGroup classes for UInt64, UUID, File and Boolean values. | Greg Clayton | 2011-05-03 | 1 | -2/+2 |
* | Fixed the SymbolContext::DumpStopContext() to correctly indent and dump | Greg Clayton | 2011-04-23 | 1 | -2/+4 |
* | Fixed an issue where breakpoint were being displayed when using the "source l... | Greg Clayton | 2011-04-20 | 1 | -1/+27 |
* | Added a new option to the "source list" command that allows us to see where | Greg Clayton | 2011-04-19 | 1 | -22/+51 |
* | Added two new classes for command options: | Greg Clayton | 2011-04-13 | 1 | -4/+4 |
* | 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 | -6/+8 |
* | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -4/+0 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -6/+6 |
* | Moved FileSpec into the Host layer since it will vary from host to host. | Greg Clayton | 2011-02-08 | 1 | -1/+1 |
* | Changed the SymbolFile::FindFunction() function calls to only return | Greg Clayton | 2011-01-27 | 1 | -2/+3 |
* | Fixed an issue where we were resolving paths when we should have been. | Greg Clayton | 2010-10-20 | 1 | -2/+2 |
* | 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 | -9/+9 |
* | General command line help cleanup: | Greg Clayton | 2010-09-18 | 1 | -2/+1 |
* | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -30/+31 |
* | fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"... | Chris Lattner | 2010-09-08 | 1 | -3/+3 |
* | Clean up, clarify and standardize help text, and fix a few help text formatti... | 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 | -1/+1 |
* | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -2/+2 |
* | Added "source list -n" so you can list by symbol name. Moved "--count" from ... | Jim Ingham | 2010-08-20 | 1 | -22/+247 |
* | Fix GetRepeatCommand so it works with multi-word commands. | Jim Ingham | 2010-07-07 | 1 | -68/+305 |
* | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -5/+4 |
* | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -1/+1 |
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+127 |