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. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  4. ca31997 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 13 years ago
  5. 182c286 Scan dynamic symbol table of ELF object files by Peter Collingbourne · 13 years ago
  6. ce47732 elf: synthesize symbols for PLT entries by Stephen Wilson · 13 years ago
  7. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  8. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  9. 791af3b Fix ObjectFileElf::GetEntryPointAddress() by Stephen Wilson · 13 years ago
  10. e45140f I didn't notice there was already an ObjectFile::GetEntryPoint. Move that over to GetEntryPointAddress 'cause that's more consistent with other functions in ObjectFile, do the mutatis mutandi and also in the ELF case I return a section offset address rather than a bare load address. by Jim Ingham · 13 years ago
  11. 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
  12. f7cc64d linux: Remove a local ObjectFileELF version of GetArchitecture. by Stephen Wilson · 14 years ago
  13. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
  14. cd298d8 linux: Set ArchSpec m_type correctly from object file. by Stephen Wilson · 14 years ago
  15. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  16. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  17. 9098739 Test if an ELF object is executable by checking if an entry point is defined. by Stephen Wilson · 14 years ago
  18. f2ad325 Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFileELF. by Stephen Wilson · 14 years ago
  19. 58e844b Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
  20. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  21. ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
  22. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  23. 1240b91 Looks like this is how you identify executables in ELF. by Jim Ingham · 14 years ago
  24. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  25. 32a8c7e Modified both the ObjectFileMachO and ObjectFileELF to correctly set the by Greg Clayton · 14 years ago
  26. ddd2962 Combine 32 and 64 bit ELF readers. by Stephen Wilson · 14 years ago
  27. 596ba27 64 bit ELF support from Stephen Wilson. by Greg Clayton · 14 years ago
  28. c3d2139 Remove Mac-specific includes. by Eli Friedman · 14 years ago
  29. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  30. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago