summaryrefslogtreecommitdiffstats
path: root/lldb/source/lldb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a hollowed out version of an OperatingSystem plugin that will use a cla...Greg Clayton2012-08-231-0/+11
* Register the ProcessGDBRemote plugin ahead of the ProcessKDP pluginJason Molenda2012-06-011-2/+2
* Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:Johnny Chen2012-04-141-0/+3
* Revert r154086. It may be needed for Darwin. But the symbols are still missin...Bill Wendling2012-04-051-4/+2
* The DynamicLoaderPOSIXDYLD calls aren't available on Apple systems.Bill Wendling2012-04-051-2/+4
* Since we are having issues with the new LLVM MC disassembler, we can haveGreg Clayton2012-03-221-8/+0
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-1/+1
* Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be usedGreg Clayton2012-02-271-13/+6
* Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode projectGreg Clayton2012-02-271-0/+3
* <rdar://problem/9886712>Greg Clayton2012-02-251-0/+3
* Updated LLVM to take some fixes that make theSean Callanan2012-02-231-1/+1
* Added a new disassembler plugin, DisassemblerLLVMC,Sean Callanan2012-02-171-0/+10
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-0/+4
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-5/+12
* 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
OpenPOWER on IntegriCloud