1. 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 13 years ago
  2. e01e07b Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 13 years ago
  3. 9594f4c Fixed issues with the way ELF symbols are parsed: by Greg Clayton · 13 years ago
  4. 9422dd6 <rdar://problem/13338643> by Greg Clayton · 13 years ago
  5. 00049b8 Add GNU indirect function support in expressions for Linux. by Matt Kopec · 13 years ago
  6. 92dd5cf Fix ELF parsing where undefined symbols were being added to the symbol table with the incorrect symbol type. by Matt Kopec · 13 years ago
  7. 64ff6c7 Be sure to set the data offset to zero if we actually mmap the entire ELF file. by Greg Clayton · 13 years ago
  8. 213f672 Fixing stale pointer problem in ELFObjectFile by Andrew Kaylor · 13 years ago
  9. 5ce9c56 <rdar://problem/13159777> by Greg Clayton · 13 years ago
  10. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  11. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  12. d091afe Fixed an error in the ELF parser that was comparing a bool to 4 causing 32 bit ELF relocations to get parsed incorrectly. by Greg Clayton · 13 years ago
  13. 23f5950 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 13 years ago
  14. 5677536 Committed a change to the SectionList that introduces by Sean Callanan · 13 years ago
  15. ed24dcc Use integers instead of NULL. by Bill Wendling · 14 years ago
  16. 741f3f9 lldb_private::Section objects have a boolean flag that can be set that by Greg Clayton · 14 years ago
  17. 47037bc Fixed a few things in the ELF object file: by Greg Clayton · 14 years ago
  18. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  19. c966054 <rdar://problem/10560053> by Greg Clayton · 14 years ago
  20. 44435ed Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 14 years ago
  21. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  22. 9e00b6a65 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 14 years ago
  23. b4aabeb Scan dynamic symbol table of ELF object files by Peter Collingbourne · 14 years ago
  24. 499b40e elf: synthesize symbols for PLT entries by Stephen Wilson · 15 years ago
  25. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  26. e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 15 years ago
  27. d126c8c Fix ObjectFileElf::GetEntryPointAddress() by Stephen Wilson · 15 years ago
  28. 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
  29. 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
  30. 3f4200fd linux: Remove a local ObjectFileELF version of GetArchitecture. by Stephen Wilson · 15 years ago
  31. 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
  32. de04929 linux: Set ArchSpec m_type correctly from object file. by Stephen Wilson · 15 years ago
  33. 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
  34. 6083026 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 15 years ago
  35. 7f3b57c Test if an ELF object is executable by checking if an entry point is defined. by Stephen Wilson · 15 years ago
  36. 2ab0a58 Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFileELF. by Stephen Wilson · 15 years ago
  37. 10177aa Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 15 years ago
  38. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  39. 450e3f3 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 15 years ago
  40. 8087ca2 Added mutex protection to the Symtab class. by Greg Clayton · 15 years ago
  41. a73f8ea Looks like this is how you identify executables in ELF. by Jim Ingham · 15 years ago
  42. 5aee162 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
  43. 4ceb998 Modified both the ObjectFileMachO and ObjectFileELF to correctly set the by Greg Clayton · 15 years ago
  44. f325ba9 Combine 32 and 64 bit ELF readers. by Stephen Wilson · 15 years ago
  45. 51dc188 64 bit ELF support from Stephen Wilson. by Greg Clayton · 15 years ago
  46. 3afa33c Remove Mac-specific includes. by Eli Friedman · 15 years ago
  47. 41f9232 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 15 years ago
  48. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago