1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  3. c3c7212 Fix backtrace of noreturn functions situated at the end of a module by Pavel Labath · 8 years ago
  4. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  5. 3b7e198 Remove LIBLLDB_LOG_VERBOSE category by Pavel Labath · 9 years ago
  6. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  7. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  8. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  9. cbff63a Fixed a couple of places where we were getting the module from a by Jim Ingham · 10 years ago
  10. aaa0ba3 Fix typos. by Bruce Mitchener · 11 years ago
  11. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
  12. d5944cd For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time by Greg Clayton · 12 years ago
  13. fd814c5 <rdar://problem/14717184> by Greg Clayton · 12 years ago
  14. b5ad4ec Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: by Greg Clayton · 12 years ago
  15. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  16. 39f7ee8 <rdar://problem/13092722> by Greg Clayton · 13 years ago
  17. 3c94737 <rdar://problem/12524607> by Greg Clayton · 13 years ago
  18. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  19. 9d192e1 <rdar://problem/11620586> by Greg Clayton · 13 years ago
  20. 7820bd1 <rdar://problem/11357711> by Greg Clayton · 13 years ago
  21. 1e8ac36 Fixed the ability to load multiple __LINKEDIT segments at the same address for darwin shared cache entries. Now when registering the load address of a section, the DynamicLoader objects can specify if they should warn or not. This will fix the ability to load the nlist entries for shared libraries in the darwin shared caches when no on disk representation is available for a shared library. by Greg Clayton · 13 years ago
  22. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  23. c859e2d Full core file support has been added for mach-o core files. by Greg Clayton · 14 years ago
  24. 1c870d6 One more fix to: by Greg Clayton · 14 years ago
  25. c5e9a7d Fixed an issue where addresses would not get resolved for the last by Greg Clayton · 14 years ago
  26. 6d09345 Added a quicker lookup in the SectionLoadList when looking things up by by Greg Clayton · 15 years ago
  27. f830e48 RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a by Jason Molenda · 15 years ago
  28. 8b2fe6d Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 15 years ago
  29. 10177aa Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 15 years ago
  30. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  31. 3cbb931 Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 15 years ago
  32. 17f6920 Clear the section list when a our current process is destroyed. by Greg Clayton · 15 years ago