| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-09-18 | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 1 | -0/+49 |
| 2010-09-17 | Fixed build error of LLDBWrapPython.cpp by removing the "protected" access mo... | Johnny Chen | 1 | -1/+1 |
| 2010-09-17 | We now have SBStream that mirrors the generic stream classes we | Greg Clayton | 1 | -0/+178 |
| 2010-09-15 | Remove unnecessary/inappropriate output-printing functions from | Caroline Tice | 6 | -276/+3 |
| 2010-09-14 | Moved the section load list up into the target so we can use the target | Greg Clayton | 4 | -9/+10 |
| 2010-09-10 | Move the "Object Description" into the ValueObject, and the add an API to | Jim Ingham | 1 | -0/+9 |
| 2010-09-10 | Added some missing API for address resolving within a module, and looking | Greg Clayton | 4 | -1/+151 |
| 2010-09-10 | If the file the user specifies can't be found in the current directory, | Caroline Tice | 1 | -0/+7 |
| 2010-09-09 | Make API calls for setting/getting user settable variables static. | Caroline Tice | 1 | -15/+11 |
| 2010-09-09 | Make all debugger-level user settable variables into instance variables. | Caroline Tice | 1 | -3/+18 |
| 2010-09-08 | eliminate some clang warnings. | Chris Lattner | 1 | -1/+1 |
| 2010-09-07 | Added more API to lldb::SBBlock to allow getting the block | Greg Clayton | 2 | -0/+94 |
| 2010-09-04 | This is a very large commit that completely re-does the way lldb | Caroline Tice | 2 | -22/+48 |
| 2010-09-02 | Added a new bool parameter to many of the DumpStopContext() methods that | Greg Clayton | 1 | -1/+1 |
| 2010-09-02 | StackFrame objects now own ValueObjects for any frame variables (locals, args, | Greg Clayton | 2 | -32/+6 |
| 2010-08-31 | Added the ability to disable ASLR (Address Space Layout Randomization). ASLR | Greg Clayton | 1 | -1/+2 |
| 2010-08-30 | Added a way to open the current source file & line in an external editor, and... | Jim Ingham | 1 | -0/+20 |
| 2010-08-27 | o Exposed SBFileSpec to the Python APIs in lldb.py. | Johnny Chen | 1 | -2/+2 |
| 2010-08-26 | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 6 | -81/+34 |
| 2010-08-24 | Got a lot of the kinks worked out in the inline support after debugging more | Greg Clayton | 1 | -3/+2 |
| 2010-08-24 | Added support for inlined stack frames being represented as real stack frames | Greg Clayton | 3 | -3/+4 |
| 2010-08-05 | Added functionality to our API for SBType. This will allow users to eventuall... | Greg Clayton | 1 | -0/+212 |
| 2010-08-04 | Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. | Greg Clayton | 1 | -8/+9 |
| 2010-07-30 | Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca... | Greg Clayton | 3 | -0/+20 |
| 2010-07-23 | Added needed breakpoint functionality to the public API that includes: | Greg Clayton | 2 | -19/+52 |
| 2010-07-14 | I enabled some extra warnings for hidden local variables and for hidden | Greg Clayton | 1 | -1/+0 |
| 2010-07-09 | Misc warning fixes. | Eli Friedman | 1 | -1/+1 |
| 2010-07-09 | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 6 | -9/+29 |
| 2010-06-30 | Centralized all disassembly into static functions in source/Core/Disassembler... | Greg Clayton | 1 | -137/+79 |
| 2010-06-30 | Add a unique ID to each debugger instance. | Caroline Tice | 1 | -1/+9 |
| 2010-06-29 | A little code cleanup to not create an script bridging object just to feed | Greg Clayton | 1 | -5/+2 |
| 2010-06-23 | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 30 | -1304/+1199 |
| 2010-06-22 | Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ... | Jim Ingham | 1 | -4/+4 |
| 2010-06-19 | Two changes in this checkin. Added a ThreadPlanKind so that I can do some re... | Jim Ingham | 1 | -1/+0 |
| 2010-06-18 | Adding setting thread specific breakpoints by name, ID, index & queue name to... | Jim Ingham | 2 | -1/+131 |
| 2010-06-16 | Add a "thread specification" class that specifies thread specific breakpoints... | Jim Ingham | 1 | -1/+2 |
| 2010-06-15 | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 4 | -4/+4 |
| 2010-06-12 | I have eliminated RTTI from LLDB! | Greg Clayton | 1 | -18/+9 |
| 2010-06-09 | Per surrounding style, use stdarg.h instead of cstdio, etc. | Eli Friedman | 1 | -1/+1 |
| 2010-06-09 | And some more include line fixes. | Eli Friedman | 9 | -36/+37 |
| 2010-06-09 | Fix a bunch more include lines. | Eli Friedman | 5 | -27/+27 |
| 2010-06-08 | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 33 | -0/+6640 |