summaryrefslogtreecommitdiffstats
path: root/lldb/source/lldb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-3/+3
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-0/+12
* Abtracted the innards of lldb-core away from the SB interface. There was someGreg Clayton2011-03-221-5/+2
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+3
* Add a missing include.Stephen Wilson2011-03-131-0/+1
* The UserSettings controllers must be initialized & terminated in theCaroline Tice2011-03-101-9/+5
* Add Makefile support for the Platform plugins.Stephen Wilson2011-03-101-1/+1
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-7/+52
* Added a DynamicLoaderStatic plug-in that will act as a static dynamic loader.Greg Clayton2011-03-051-0/+5
* Added new target instance settings for execution settings:Greg Clayton2011-02-181-0/+4
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-2/+4
* Modified the PluginManager to be ready for loading plug-ins from a systemGreg Clayton2011-02-021-0/+7
* Initial support for a DynamicLoader plugin on Linux.Stephen Wilson2011-01-161-0/+3
* Split up the Python script interpreter code to allow multiple script interpre...Caroline Tice2011-01-141-1/+4
* Initialize SymbolFileDWARFDebugMap on Apple platforms only.Stephen Wilson2011-01-121-2/+2
* Fixes for linux building from Stephen Wilson.Greg Clayton2010-12-161-0/+2
* Fixes for linux building from Stephen Wilson.Greg Clayton2010-12-161-0/+1
* Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton2010-11-181-13/+11
* Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.Jim Ingham2010-11-041-1/+6
* Check in the native lldb unwinder. Jason Molenda2010-10-251-0/+2
* Disable "process.macosx" plugin, since it is not being actively supportedCaroline Tice2010-10-151-2/+2
* Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton2010-10-081-0/+39
* Committing the skeleton of Language runtime plugin classes.Jim Ingham2010-09-231-0/+4
* Add a new ArchVolatileRegs plugin class to identifyJason Molenda2010-09-221-2/+3
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-10/+4
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-0/+6
* Add a user settings controller to Thread. Then added a step-avoid-regexp set...Jim Ingham2010-09-081-2/+3
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-0/+5
* Cleaned up step logging a bit.Greg Clayton2010-09-031-3/+8
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-0/+11
* Add a new Process plugin for Linux.Stephen Wilson2010-07-241-4/+19
* Combine 32 and 64 bit ELF readers.Stephen Wilson2010-07-131-3/+0
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+2
* 64 bit ELF support from Stephen Wilson.Greg Clayton2010-07-071-0/+3
* Declare LLDBVersionNumber extern "C" to make sure clang++ mangles it properly...Benjamin Kramer2010-07-071-1/+1
* Make include paths work on Linux. ifdef out stuff that isn't relevant toEli Friedman2010-06-131-27/+36
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+107
OpenPOWER on IntegriCloud