| Commit message (Expand) | Author | Age | Files | Lines |
| * | This patch captures and serializes all output being written by the | Caroline Tice | 2011-05-02 | 1 | -0/+12 |
| * | Added the ability to set the Platform path for a module through the SBModule | Greg Clayton | 2011-04-30 | 1 | -0/+20 |
| * | Add 'lldb_private' namespace where necessary to prevent ambiguity and | Caroline Tice | 2011-04-25 | 1 | -3/+3 |
| * | Fixed an issue where if you specify an architecture from the command line like: | Greg Clayton | 2011-04-18 | 1 | -43/+47 |
| * | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 2011-04-07 | 1 | -4/+4 |
| * | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -3/+6 |
| * | Abtracted the innards of lldb-core away from the SB interface. There was some | Greg Clayton | 2011-03-22 | 1 | -0/+2 |
| * | LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide | Greg Clayton | 2011-03-08 | 1 | -31/+3 |
| * | Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form | Greg Clayton | 2011-02-23 | 1 | -29/+24 |
| * | Use Host::File in lldb_private::StreamFile and other places to cleanup host | Greg Clayton | 2011-02-09 | 1 | -3/+3 |
| * | Add API and implementation for SBDebugger::Destroy and Debugger::Destroy. | Caroline Tice | 2011-01-22 | 1 | -0/+18 |
| * | The LLDB API (lldb::SB*) is now thread safe! | Greg Clayton | 2010-12-20 | 1 | -109/+64 |
| * | Patch from Stephen Wilson: | Johnny Chen | 2010-12-20 | 1 | -1/+1 |
| * | Add code to make sure InputReaders finish and are cleaned up when | Caroline Tice | 2010-12-20 | 1 | -0/+3 |
| * | Add the ability to catch and do the right thing with Interrupts (often contro... | Caroline Tice | 2010-11-19 | 1 | -0/+22 |
| * | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -17/+17 |
| * | Added copy constructors and assignment operators to all lldb::SB* classes | Greg Clayton | 2010-11-05 | 1 | -1/+16 |
| * | Cleaned up the API logging a lot more to reduce redundant information and | Greg Clayton | 2010-10-31 | 1 | -13/+13 |
| * | Improved API logging. | Greg Clayton | 2010-10-30 | 1 | -15/+28 |
| * | Modified the lldb_private::TypeList to use a std::multimap for quicker lookup | Greg Clayton | 2010-10-29 | 1 | -23/+13 |
| * | Clean up the API logging code: | Caroline Tice | 2010-10-26 | 1 | -23/+35 |
| * | First pass at adding logging capabilities for the API functions. At the moment | Caroline Tice | 2010-10-26 | 1 | -0/+104 |
| * | Fixed an issue where we were resolving paths when we should have been. | Greg Clayton | 2010-10-20 | 1 | -4/+4 |
| * | Added a "--no-lldbinit" option (-n for short (which magically matches | Greg Clayton | 2010-10-11 | 1 | -5/+13 |
| * | Create more useful instance names for target, process and thread instances. | Caroline Tice | 2010-09-27 | 1 | -1/+1 |
| * | Remove all the __repr__ methods from the API/*.h files, and put them | Caroline Tice | 2010-09-22 | 1 | -9/+0 |
| * | Add UserSettings to Target class, making Target settings | Caroline Tice | 2010-09-20 | 1 | -9/+20 |
| * | Add GetDescription() and __repr__ () methods to most API classes, to allow | Caroline Tice | 2010-09-20 | 1 | -0/+24 |
| * | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -0/+49 |
| * | Make API calls for setting/getting user settable variables static. | Caroline Tice | 2010-09-09 | 1 | -15/+11 |
| * | Make all debugger-level user settable variables into instance variables. | Caroline Tice | 2010-09-09 | 1 | -3/+18 |
| * | eliminate some clang warnings. | Chris Lattner | 2010-09-08 | 1 | -1/+1 |
| * | This is a very large commit that completely re-does the way lldb | Caroline Tice | 2010-09-04 | 1 | -4/+30 |
| * | Added a way to open the current source file & line in an external editor, and... | Jim Ingham | 2010-08-30 | 1 | -0/+20 |
| * | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -10/+10 |
| * | Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca... | Greg Clayton | 2010-07-30 | 1 | -0/+6 |
| * | Add a unique ID to each debugger instance. | Caroline Tice | 2010-06-30 | 1 | -1/+9 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -193/+175 |
| * | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -1/+1 |
| * | Fix a bunch more include lines. | Eli Friedman | 2010-06-09 | 1 | -12/+12 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+569 |