1. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  2. 87e9d32 Added the infrastructure necessary for plug-ins to be able to add their own settings instead of having settings added to existing ones. In particular "target.disable-kext-loading" was added to "target" where it should actually be specific to the the dynamic loader plugin. Now the plug-in manager has the ability to create settings at the root level starting with "plugin". Each plug-in type can add new sub dictionaries, and then each plug-in can register a setting dictionary under its own short name. For example the DynamicLoaderDarwinKernel plug-in now registers a setting dictionary at: by Greg Clayton · 12 years ago
  3. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 12 years ago
  4. 37f962e Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 13 years ago
  5. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  6. 8badcb2 Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files. by Greg Clayton · 13 years ago
  7. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  8. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  9. ec2d978 Add missing headers. by Stephen Wilson · 13 years ago
  10. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  11. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  12. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  13. d284b66 Added new target instance settings for execution settings: by Greg Clayton · 13 years ago
  14. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 13 years ago
  15. 14ef59f Cleaned up the dynamic library open/getsymbol/close code to use abstracted by Greg Clayton · 13 years ago
  16. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 13 years ago
  17. b077058 Added EmulateIntruction plug-in manager support. by Greg Clayton · 13 years ago
  18. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago
  19. ea0dbca Add a new ArchVolatileRegs plugin class to identify by Jason Molenda · 14 years ago
  20. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  21. 53d9686 Applied PluginManager.cpp patch from Jean-Daniel Dupas. by Jason Molenda · 14 years ago
  22. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago