1. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 13 years ago
  2. db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 13 years ago
  3. ca31997 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 13 years ago
  4. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  5. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  6. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  7. 2877594 Add a method "GetEntryPoint" to the ObjectFile class, and implement it on MachO & ELF - though the ELF implementation is probably a little weak. Then use this method in place of directly looking for "start" in the ThreadPlanCallFunction constructor to find the stopping point for our function evaluation. by Jim Ingham · 13 years ago
  8. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  9. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
  10. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  11. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  12. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago