summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ArchSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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