summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/PluginManager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-0/+119
* ASan malloc/free history threadsKuba Brecka2014-09-041-0/+104
* Update LLDB to use LLVM's DynamicLibrary.Zachary Turner2014-08-271-23/+18
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-2/+3
* PluginManager: Don't cast from void-pointer to pointer-to-functionDavid Majnemer2014-07-221-2/+16
* Fix a few typos.Bruce Mitchener2014-06-271-1/+1
* Added the ability to save core files:Greg Clayton2014-06-131-3/+22
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-0/+123
* Add a new system runtime plugin type - just the top levelJason Molenda2013-11-051-0/+105
* simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...Michael Sartain2013-07-171-1/+1
* <rdar://problem/13793059>Greg Clayton2013-07-151-27/+79
* <rdar://problem/13854277>Greg Clayton2013-05-101-113/+95
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-16/+39
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-6/+10
* Reorder the Platform plugin settings so that they're nowJason Molenda2013-04-051-6/+50
* Add support for Platform plugins to have settings.Jason Molenda2013-04-051-9/+67
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton2012-10-191-2/+97
* <rdar://problem/10560053>Greg Clayton2012-02-051-1/+36
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-0/+104
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-210/+0
* Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.Greg Clayton2011-04-251-26/+26
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-4/+4
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-716/+541
* Add missing headers.Stephen Wilson2011-04-081-0/+2
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-0/+2
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-110/+82
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-37/+173
* Added new target instance settings for execution settings:Greg Clayton2011-02-181-0/+18
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Cleaned up the dynamic library open/getsymbol/close code to use abstractedGreg Clayton2011-02-081-1/+5
* Modified the PluginManager to be ready for loading plug-ins from a systemGreg Clayton2011-02-021-14/+195
* Added EmulateIntruction plug-in manager support.Greg Clayton2011-02-011-0/+122
* Committing the skeleton of Language runtime plugin classes.Jim Ingham2010-09-231-0/+120
* Add a new ArchVolatileRegs plugin class to identifyJason Molenda2010-09-221-0/+119
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-0/+241
* Applied PluginManager.cpp patch from Jean-Daniel Dupas.Jason Molenda2010-06-111-19/+19
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1133
OpenPOWER on IntegriCloud