1. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  2. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  3. 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
  4. 941f5da Modifying the "address" format, which prints a pointer and a description of what it points to, to detect when the deref of that pointer points to something valid. So if you have: by Greg Clayton · 12 years ago
  5. 2ad894b <rdar://problem/11455398> by Greg Clayton · 12 years ago
  6. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 12 years ago
  7. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  8. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 12 years ago
  9. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  10. c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 13 years ago
  11. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  12. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  13. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  14. 02e210c Removed the function: by Greg Clayton · 13 years ago
  15. 451d02b Initializes (uint64_t)buf variable, patch by Filipe Cabecinhas! by Johnny Chen · 13 years ago
  16. c51ffbf We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 13 years ago
  17. 9b82f86 Added the ability to see block variables when looking up addresses by Greg Clayton · 13 years ago
  18. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  19. 5a26910 Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 13 years ago
  20. 265ab33 Moved a lot of simple functions from StoppointLocation.cpp to be inlined in by Greg Clayton · 13 years ago
  21. da7af84 Added a function to lldb_private::Address: by Greg Clayton · 13 years ago
  22. b9e8f6e Added a way to resolve an load address from a target: by Greg Clayton · 13 years ago
  23. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  24. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  25. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  26. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 13 years ago
  27. 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 13 years ago
  28. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  29. e2f9064 Fixed issues with the unwinding code where the collection of FuncUnwinders by Greg Clayton · 14 years ago
  30. 26100dc Added the ability for Target::ReadMemory to prefer to read from the file by Greg Clayton · 14 years ago
  31. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  32. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  33. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  34. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  35. c67b7d1 Cleaned up the output of "image lookup --address <ADDR>" which involved by Greg Clayton · 14 years ago
  36. b47e69e Stop line entries from dumping full paths when addresses dump themselves as symbol contexts. by Greg Clayton · 14 years ago
  37. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  38. 4fb0815 Clarified the intent of the SymbolContextScope class in the header by Greg Clayton · 14 years ago
  39. 32f4fdd Fixed another issue with the inline stack frames where if the first frame by Greg Clayton · 14 years ago
  40. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  41. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  42. 15be8ed Allow searching for a section by SectionType. by Greg Clayton · 14 years ago
  43. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  44. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  45. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  46. cf7f1ad Fixed up disassembly to not emit the module name before all function names by Greg Clayton · 14 years ago
  47. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  48. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  49. f9a232b Move a bunch of trivial methods into the header. These compile down to 1-2 by Benjamin Kramer · 14 years ago
  50. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago