1. 6e3f97b Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). by Jason Molenda · 12 years ago
  2. a53324d A patch that allows for mach-o architectures to be specified as "<number>-<number>" where the first number is the cpu type and the second is the cpu subtype. Also added code to allow use of mach-o architectures that aren't in our tables so that symbolication and static file introspection (crashlogs) can work with them. by Greg Clayton · 12 years ago
  3. 3b6bd69 Allow for numeric cputype-cpusubtype specifications where the subtype is 0. Use errno to by Jason Molenda · 12 years ago
  4. 6a99403 rdar://problem/11374963 by Johnny Chen · 12 years ago
  5. 5741df7 Added the ability to set the architecture from two numbers that represent the mach-o CPU type and subtype in the format "%u-%u" or "%u.%u". This can of course be followed by vendor and OS. by Greg Clayton · 12 years ago
  6. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  7. a5fd176 Handle all of the "thumb" target triple architecture variants that llvm handles. by Greg Clayton · 13 years ago
  8. 7537dce Updated LLVM/Clang to pick up a fix for imports of by Sean Callanan · 13 years ago
  9. 41a857a finish removal of alpha arch -- previous half-removal caused lldb to assert on startup by Jason Molenda · 13 years ago
  10. a8f53b9 Remove alpha from list of known architectures -- it was just removed by Jason Molenda · 13 years ago
  11. 6a64bbf The first part of a fix for being able to select an architecture slice from by Greg Clayton · 13 years ago
  12. 65ac966 Fix ArchSpec::operator== to take the Triple into account as well as the Core. Also make the constructors explicit. by Jim Ingham · 13 years ago
  13. f733b93 Allow for a cpu subtype of 4 to still be recognized as an x86_64 by Jason Molenda · 13 years ago
  14. e020716 Fixed an incorrect static analyzer fix. by Greg Clayton · 13 years ago
  15. c168065 Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  16. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  17. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  18. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  19. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  20. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  21. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  22. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago
  23. b7af465 ArchSpec: Do not depend on Host::GetArchitecture. by Stephen Wilson · 13 years ago
  24. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form 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. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 13 years ago
  27. 5c9e892 Use generic CPU types instead of hard coding to mach-o when getting default byte order (patch from Stephen Wilson). by Greg Clayton · 14 years ago
  28. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  29. 224c4cc Add missing include; fix missed constant to use llvm::MachO. by Eli Friedman · 14 years ago
  30. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  31. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago