summaryrefslogtreecommitdiffstats
path: root/lldb/source/lldb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-0/+1
* Patch from Dragos Tatulea to re-enable the PECOFF object file parser for allGreg Clayton2011-10-111-4/+0
* Patch from dawn@burble.org to build on linux!Johnny Chen2011-10-101-0/+4
* Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton2011-10-041-0/+1
* Convert over to the latest and greatest on disc acceleratorGreg Clayton2011-09-281-2/+2
* Added first pass at PE COFF file reading support. It parses the sectionsGreg Clayton2011-09-091-2/+3
* Added support for accessing and loading our new .debug_names and .debug_typesGreg Clayton2011-09-011-0/+2
* Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".Greg Clayton2011-08-221-6/+6
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-0/+3
* Patch by David Forsythe to build lldb on FreeBSD!Johnny Chen2011-08-021-0/+11
* Remove the deprecated MacOSX native plug-in.Greg Clayton2011-08-011-3/+0
* Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton2011-07-171-0/+3
* LLDB now has a Kernel dynamic linker that can detect where kexts areGreg Clayton2011-07-081-0/+3
* Build and initialise the Darwin ABI plugins on all platformsPeter Collingbourne2011-05-191-6/+6
* Initialise the Darwin ABI plugins only on DarwinPeter Collingbourne2011-05-191-7/+7
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-10/+7
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-1/+1
* Even more renaming.Greg Clayton2011-04-251-1/+1
* More moving things around for the unwind plan and assembly unwind plug-ins.Greg Clayton2011-04-251-5/+8
* Put plug-ins into the correct directories as they were incorrectly locatedGreg Clayton2011-04-251-3/+3
* Add the rest of the mechanisms to make ARM instruction emulation usable/possi...Caroline Tice2011-04-051-0/+3
* 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
OpenPOWER on IntegriCloud