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. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
  4. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 13 years ago
  5. 8498517 On Mac OS X the Objective-C runtime (libobjc) has many critical by Jason Molenda · 13 years ago
  6. d2a1143 Turn off the resolver detection till we find a better method to do so. by Jim Ingham · 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. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  9. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  10. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  11. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  12. 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
  13. eaaa8fd When unloading a library, pass the old complete version of the library to UnloadImageLoadAddress, since that by Jim Ingham · 13 years ago
  14. 28c83e9 Fixed a loop that I was testing changes with and forgot to revert to zero. by Greg Clayton · 13 years ago
  15. 8c1d720 Fixed issues for iOS debugging where if a device has by Greg Clayton · 13 years ago
  16. 51b11e0 Add method Module::IsLoadedInTarget, and then in the MacOS X dynamic loader, after we by Jim Ingham · 13 years ago
  17. 6fe03ce Fixed an issue where we weren't zeroing out the type fully by Greg Clayton · 13 years ago
  18. 40f7917 LLDB now has a Kernel dynamic linker that can detect where kexts are by Greg Clayton · 13 years ago
  19. e6bd142 Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function by Jim Ingham · 13 years ago
  20. 1c96341 Remove assert() calls that were firing off and crashing the LLDB framework. by Greg Clayton · 13 years ago
  21. ca8ad2d Don't resolve the path when we extract the path from the dyld info or we by Greg Clayton · 13 years ago
  22. 6e3dc10 Calculate the dyld slide from all in memory info without having to use the by Greg Clayton · 13 years ago
  23. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  24. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  25. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  26. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  27. 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 14 years ago
  28. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  29. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  30. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago
  31. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  32. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  33. 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
  34. 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
  35. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  36. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  37. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  38. 9d2993d Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 14 years ago
  39. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  40. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  41. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  42. 17454cf Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 14 years ago
  43. 236c1c7 Remove the Flags member in lldb_private::Module in favor of bitfield boolean by Greg Clayton · 14 years ago
  44. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  45. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  46. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  47. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  48. 1f3af54 Correctly handle the case where dyld has slid. by Jason Molenda · 14 years ago
  49. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago