1. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 13 years ago
  2. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 13 years ago
  3. 08205a6 Added a ModuleList::Destroy() method which will reclaim the std::vector by Greg Clayton · 13 years ago
  4. a334c9d Let the Module FindType do the stripping of namespace components, that's not expensive by Jim Ingham · 13 years ago
  5. db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 13 years ago
  6. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
  7. 323ce42 Handle stepping through a trampoline where the jump target is calculated a runtime - and so doesn't match by Jim Ingham · 13 years ago
  8. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  9. aa4a553 Removed namespace qualification from symbol queries. by Sean Callanan · 13 years ago
  10. 3e80cd9 Added ClangNamespaceDecl * parameters to several by Sean Callanan · 13 years ago
  11. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  12. 95b7b43 Change Error::SetErrorStringWithFormat() prototype to use an by Jason Molenda · 13 years ago
  13. c51ffbf We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 13 years ago
  14. b01760c Fix the broken build that happened with my last checkin. by Greg Clayton · 13 years ago
  15. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  16. 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
  17. 979e20d Public API changes: by Enrico Granata · 13 years ago
  18. 0fa5124 Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 13 years ago
  19. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  20. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  21. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  22. dd506e1 Added a fix to not re-use object files when doing DWARF with debug map. by Greg Clayton · 13 years ago
  23. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
  24. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  25. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  26. f5c9ffb Remove an assertion that is causing crashes. We do need to find a way to reproduce when this assertion asserts, but we should crash our debug session because of it. For now we log to stderr in hope of tracking it down. by Greg Clayton · 14 years ago
  27. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  28. ab42902 Fixed an issue where the macosx dynamic loader, on the first shared library loaded notification, wasn't properly removing shared libraries from the target that didn't get loaded. This usually happens when a different shared library is loaded in place of another due to DYLD_LIBRARY_PATH or DYLD_FRAMEWORK_PATH environment variables. We now properly remove any images that didn't make it into the executable. by Greg Clayton · 14 years ago
  29. 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
  30. 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
  31. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  32. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  33. 7aff9ff Added FindTypes to Module and ModuleList. by Greg Clayton · 14 years ago
  34. 0fc7358 Changed SymbolContext so when you search for functions by Sean Callanan · 14 years ago
  35. 661825b Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 14 years ago
  36. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  37. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago