summaryrefslogtreecommitdiff
path: root/lldb/source/Core/PluginManager.cpp
AgeCommit message (Expand)Author
2011-04-13Added auto completion for architecture names and for platforms.Greg Clayton
2011-04-08Add missing headers.Stephen Wilson
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton
2011-03-19Added more platform support. There are now some new commands:Greg Clayton
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton
2011-02-18Added new target instance settings for execution settings:Greg Clayton
2011-02-08Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton
2011-02-08Cleaned up the dynamic library open/getsymbol/close code to use abstractedGreg Clayton
2011-02-02Modified the PluginManager to be ready for loading plug-ins from a systemGreg Clayton
2011-02-01Added EmulateIntruction plug-in manager support.Greg Clayton
2010-09-23Committing the skeleton of Language runtime plugin classes.Jim Ingham
2010-09-22Add a new ArchVolatileRegs plugin class to identifyJason Molenda
2010-09-10The first part of an lldb native stack unwinder.Jason Molenda
2010-06-11Applied PluginManager.cpp patch from Jean-Daniel Dupas.Jason Molenda
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner