| Age | Commit message (Expand) | Author |
| 2010-10-04 | Fixed an issue with the default frame format settings string where if a frame | Greg Clayton |
| 2010-10-04 | There are now to new "settings set" variables that live in each debugger | Greg Clayton |
| 2010-09-30 | Cleaned up a unused member variable in Debugger. | Greg Clayton |
| 2010-09-20 | Make GetInstanceSettingsValue methods take an Error * rather than an Error &, | Caroline Tice |
| 2010-09-20 | Add UserSettings to Target class, making Target settings | Caroline Tice |
| 2010-09-20 | Fixed wrong logic in validating term-width value; should be && instead of ||. | Johnny Chen |
| 2010-09-20 | Fixed lldb 'settings set term-widt 70' command not working. | Johnny Chen |
| 2010-09-19 | Added code that will allow completely customizable prompts for use in | Greg Clayton |
| 2010-09-18 | Fixed the way set/show variables were being accessed to being natively | Greg Clayton |
| 2010-09-16 | Fix issues with CreateInstanceName, a virtual function, being called | Caroline Tice |
| 2010-09-14 | Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 | Johnny Chen |
| 2010-09-10 | When the debugger updates its symbol context, if no thread or frame are selec... | Jim Ingham |
| 2010-09-09 | Add comments to InstanceSettings constructors explaining why they have | Caroline Tice |
| 2010-09-09 | Make all debugger-level user settable variables into instance variables. | Caroline Tice |
| 2010-09-08 | Make sure creating a pending instance doesn't also trigger creating a live in... | Caroline Tice |
| 2010-09-07 | Move common code from GetSettingsController in Process & Debugger into static... | Jim Ingham |
| 2010-09-07 | Fix various minor bugs in the Settings stuff. | Caroline Tice |
| 2010-09-04 | This is a very large commit that completely re-does the way lldb | Caroline Tice |
| 2010-09-03 | Fixed an lldb infrastructure bug, where the debugger should reaaly update its | Johnny Chen |
| 2010-08-30 | Added a way to open the current source file & line in an external editor, and... | Jim Ingham |
| 2010-08-26 | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham |
| 2010-07-20 | Remove use of STL collection class use of the "data()" method since it isn't | Greg Clayton |
| 2010-06-30 | Add a unique ID to each debugger instance. | Caroline Tice |
| 2010-06-23 | Very large changes that were needed in order to allow multiple connections | Greg Clayton |
| 2010-06-08 | Initial checkin of lldb code from internal Apple repo. | Chris Lattner |