1. 0b2f5cc Minor cleanups to the new ModuleList notification APIs: passing in the ModuleList as part of the callbacks, and not copying the notifier as part of copy constructing and assigning by Enrico Granata · 12 years ago
  2. 146d952 <rdar://problem/12586350> by Enrico Granata · 12 years ago
  3. f737d37 Added a new "module" log channel which covers module creation, deletion, and common module list actions. by Greg Clayton · 12 years ago
  4. d9c3769 <rdar://problem/12408181> Fixing a bug where we would try to look for types in a module, and then fail to look for them anywhere else because the same SymbolContext was being passed everywhere by Enrico Granata · 12 years ago
  5. af05972 <rdar://problem/12125274> by Greg Clayton · 12 years ago
  6. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  7. cbacba1 <rdar://problem/11740973> by Greg Clayton · 12 years ago
  8. bcaf99a <rdar://problem/11791234> by Greg Clayton · 12 years ago
  9. e8fc036 Fix the copy constructor and assignement operator for ModuleList to be thread safe. by Greg Clayton · 12 years ago
  10. 9336790 We were accessing the ModuleList in the target without locking it for tasks like by Jim Ingham · 12 years ago
  11. 03e5e51 If we notice that a module with a given file path is replaced by another with the same file by Jim Ingham · 12 years ago
  12. 1b584eb Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 12 years ago
  13. 516f084 No functionality changes, mostly cleanup. by Greg Clayton · 12 years ago
  14. 860b9ea <rdar://problem/11202426> by Greg Clayton · 12 years ago
  15. 72c17bf Fixed ModuleList::FindTypes() so that when a symbol context is supplied that contains a valid module, it will search that module first, then if we are still looking for matches (we have found less that "max_matches"), search in all of the other modules as well. by Greg Clayton · 12 years ago
  16. 9f95fb6 In a prior commit, I changed the parameters around on a ModuleList::FindTypes where the old parameters that existing clients were using would have been compatible, so I renamed ModuleList::FindTypes to ModuleList::FindTypes2. Then I made fixes and verified I updated and fixed all client code, but I forgot to rename the function back to ModuleList::FindTypes(). I am doing that now and also cleaning up the C++ dynamic type code a bit. by Greg Clayton · 12 years ago
  17. dc0a38c <rdar://problem/11113279> by Greg Clayton · 12 years ago
  18. aa20630 Fixed the ability to load a module from a path by using just a UUID. After by Greg Clayton · 12 years ago
  19. 12f588a Make sure that if a UUID was passed in, and we found a match, that should be enough for us. by Greg Clayton · 12 years ago
  20. 964deba <rdar://problem/8196933> by Greg Clayton · 12 years ago
  21. 444fe99 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 12 years ago
  22. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  23. 9ce9538 Full core file support has been added for mach-o core files. by Greg Clayton · 12 years ago
  24. 302d78c Extended function lookup to allow the user to by Sean Callanan · 12 years ago
  25. 46c9a35 First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 12 years ago
  26. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 12 years ago
  27. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  28. 08205a6 Added a ModuleList::Destroy() method which will reclaim the std::vector by Greg Clayton · 12 years ago
  29. a334c9d Let the Module FindType do the stripping of namespace components, that's not expensive by Jim Ingham · 13 years ago
  30. db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 13 years ago
  31. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
  32. 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
  33. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  34. aa4a553 Removed namespace qualification from symbol queries. by Sean Callanan · 13 years ago
  35. 3e80cd9 Added ClangNamespaceDecl * parameters to several by Sean Callanan · 13 years ago
  36. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  37. 95b7b43 Change Error::SetErrorStringWithFormat() prototype to use an by Jason Molenda · 13 years ago
  38. c51ffbf We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 13 years ago
  39. b01760c Fix the broken build that happened with my last checkin. by Greg Clayton · 13 years ago
  40. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  41. 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
  42. 979e20d Public API changes: by Enrico Granata · 13 years ago
  43. 0fa5124 Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 13 years ago
  44. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  45. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  46. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  47. dd506e1 Added a fix to not re-use object files when doing DWARF with debug map. by Greg Clayton · 13 years ago
  48. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 13 years ago
  49. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 13 years ago
  50. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  51. 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
  52. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  53. 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
  54. 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
  55. 7b9fcc0 When shared libraries are unloaded, they are now removed from the target by Greg Clayton · 14 years ago
  56. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  57. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  58. 7aff9ff Added FindTypes to Module and ModuleList. by Greg Clayton · 14 years ago
  59. 0fc7358 Changed SymbolContext so when you search for functions by Sean Callanan · 14 years ago
  60. 661825b Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 14 years ago
  61. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  62. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago