1. 44435ed Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 14 years ago
  2. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  3. 9e00b6a65 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 14 years ago
  4. b4aabeb Scan dynamic symbol table of ELF object files by Peter Collingbourne · 14 years ago
  5. 499b40e elf: synthesize symbols for PLT entries by Stephen Wilson · 15 years ago
  6. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  7. e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 15 years ago
  8. d126c8c Fix ObjectFileElf::GetEntryPointAddress() by Stephen Wilson · 15 years ago
  9. bd3f260 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 · 15 years ago
  10. 672e6f5 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 · 15 years ago
  11. 3f4200fd linux: Remove a local ObjectFileELF version of GetArchitecture. by Stephen Wilson · 15 years ago
  12. 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
  13. de04929 linux: Set ArchSpec m_type correctly from object file. by Stephen Wilson · 15 years ago
  14. 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
  15. 6083026 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 15 years ago
  16. 7f3b57c Test if an ELF object is executable by checking if an entry point is defined. by Stephen Wilson · 15 years ago
  17. 2ab0a58 Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFileELF. by Stephen Wilson · 15 years ago
  18. 10177aa Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 15 years ago
  19. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  20. 450e3f3 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 15 years ago
  21. 8087ca2 Added mutex protection to the Symtab class. by Greg Clayton · 15 years ago
  22. a73f8ea Looks like this is how you identify executables in ELF. by Jim Ingham · 15 years ago
  23. 5aee162 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
  24. 4ceb998 Modified both the ObjectFileMachO and ObjectFileELF to correctly set the by Greg Clayton · 15 years ago
  25. f325ba9 Combine 32 and 64 bit ELF readers. by Stephen Wilson · 15 years ago
  26. 51dc188 64 bit ELF support from Stephen Wilson. by Greg Clayton · 15 years ago
  27. 3afa33c Remove Mac-specific includes. by Eli Friedman · 15 years ago
  28. 41f9232 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 15 years ago
  29. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago