Age | Commit message (Expand) | Author | Files | Lines |
2011-04-12 | Moved the execution context that was in the Debugger into | Greg Clayton | 1 | -1/+1 |
2011-04-07 | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 1 | -6/+8 |
2011-03-30 | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 1 | -4/+0 |
2011-03-24 | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 1 | -6/+6 |
2011-02-08 | Moved FileSpec into the Host layer since it will vary from host to host. | Greg Clayton | 1 | -1/+1 |
2011-01-27 | Changed the SymbolFile::FindFunction() function calls to only return | Greg Clayton | 1 | -2/+3 |
2010-10-20 | Fixed an issue where we were resolving paths when we should have been. | Greg Clayton | 1 | -2/+2 |
2010-10-04 | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 1 | -1/+13 |
2010-10-01 | Modify command options to use the new arguments mechanism. Now all command o... | Caroline Tice | 1 | -9/+9 |
2010-09-18 | General command line help cleanup: | Greg Clayton | 1 | -2/+1 |
2010-09-18 | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 1 | -30/+31 |
2010-09-08 | fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"... | Chris Lattner | 1 | -3/+3 |
2010-09-08 | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 1 | -2/+2 |
2010-09-07 | Small help text fixes, to make it more consistent and accurate. | Caroline Tice | 1 | -1/+1 |
2010-08-26 | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 1 | -2/+2 |
2010-08-20 | Added "source list -n" so you can list by symbol name. Moved "--count" from ... | Jim Ingham | 1 | -22/+247 |
2010-07-07 | Fix GetRepeatCommand so it works with multi-word commands. | Jim Ingham | 1 | -68/+305 |
2010-06-23 | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 1 | -5/+4 |
2010-06-15 | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 1 | -1/+1 |
2010-06-08 | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 1 | -0/+127 |