summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ArchSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added the ability to set the architecture from two numbers that represent the...Greg Clayton2012-08-081-0/+39
* <rdar://problem/11358639>Greg Clayton2012-05-081-67/+242
* Handle all of the "thumb" target triple architecture variants that llvmGreg Clayton2011-12-161-2/+23
* Updated LLVM/Clang to pick up a fix for imports ofSean Callanan2011-11-041-1/+1
* finish removal of alpha arch -- previous half-removal caused lldb to assert o...Jason Molenda2011-10-291-1/+0
* Remove alpha from list of known architectures -- it was just removedJason Molenda2011-10-291-3/+0
* The first part of a fix for being able to select an architecture slice fromGreg Clayton2011-09-211-8/+38
* Fix ArchSpec::operator== to take the Triple into account as well as the Core....Jim Ingham2011-09-151-41/+63
* Allow for a cpu subtype of 4 to still be recognized as an x86_64Jason Molenda2011-08-161-0/+1
* Fixed an incorrect static analyzer fix.Greg Clayton2011-08-121-1/+1
* Fix a logic error caught by the static analyzer.Johnny Chen2011-08-111-1/+1
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-4/+26
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-16/+48
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-37/+54
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-2/+2
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-1/+1
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+6
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-30/+0
* ArchSpec: Do not depend on Host::GetArchitecture.Stephen Wilson2011-02-241-8/+11
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-1779/+439
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-97/+208
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-28/+0
* Use generic CPU types instead of hard coding to mach-o when getting default b...Greg Clayton2011-01-181-6/+6
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+7
* Add missing include; fix missed constant to use llvm::MachO.Eli Friedman2010-06-111-3/+2
* Made lldb_private::ArchSpec more generic so that it can take a mach-o cpuGreg Clayton2010-06-111-145/+333
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1681
OpenPOWER on IntegriCloud