summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ArchSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Leave OS type and vendor as unspecified unknowns.Oleksiy Vyalov2015-05-291-6/+0
* [LLDB][MIPS] Add MIPS32 and MIPS64 core revisionsMohit K. Bhakkad2015-04-231-4/+35
* Fix type detection for 'char' variablesTamas Berghammer2015-03-311-0/+26
* Move some functions from source/lldb.cpp to Utility.Zachary Turner2015-03-181-1/+3
* [MIPS] - Register Context for MIPS64Mohit K. Bhakkad2015-03-171-1/+3
* Don't stomp the triple when loading a PECOFF target.Zachary Turner2015-01-221-0/+13
* Handle thumb IT instructions correctly all the time.Greg Clayton2014-12-091-0/+110
* Sketch out the armv7 and arm64 core file writing support inJason Molenda2014-11-121-2/+2
* Fix some bugs from D5988Justin Hibbits2014-10-311-1/+0
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-2/+3
* Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner2014-09-291-18/+5
* Add an interface on ArchSpec to provide lldb client codeMatthew Gardiner2014-09-011-0/+34
* lldb - towards AArch64 being recognised as platform architectureTodd Fiala2014-08-281-0/+36
* Add support for kalimba architecture variants 3, 4 and 5.Matthew Gardiner2014-08-271-2/+18
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-7/+8
* add missing break. Fix CID 1229446 & 1203680Sylvestre Ledru2014-08-181-3/+5
* When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...Greg Clayton2014-07-291-0/+9
* Fix supported architectures on PlatformWindows.Zachary Turner2014-07-281-2/+6
* Fix the MSVC build. MSVC does not support constexpr.Zachary Turner2014-07-281-1/+1
* Make sure we don't crash if someone (E.G.) comments out on entry from g_core_...Greg Clayton2014-07-231-6/+11
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-2/+2
* Add kalimba as a platform.Todd Fiala2014-07-161-1/+1
* lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.Greg Clayton2014-07-141-0/+9
* Allow generic ARM cores to match any more specific ARM architecture.Greg Clayton2014-07-121-1/+9
* Cleanup the iOS simulator code.Greg Clayton2014-07-101-27/+4
* Add Kalimba support to ArchSpec.Todd Fiala2014-07-011-2/+6
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-5/+5
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-291-4/+28
* Added i686 architecture (ArchSpec::Core::eCore_x86_32_i686).Virgile Bello2014-04-081-0/+1
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-1/+1
* lldb arm64 import.Jason Molenda2014-03-291-0/+6
* update for renaming in LLVMSaleem Abdulrasool2014-03-111-1/+1
* Initial patch for supporting Hexagon DSPDeepak Panickal2014-02-191-1/+10
* Add support for Haswell on x86_64.Greg Clayton2014-01-221-3/+5
* Added distribution info to ArchSpec and qHostInfo message.Todd Fiala2014-01-181-5/+26
* POSIX RegisterContext for mips64Ed Maste2013-10-101-2/+4
* Add entries for arm6m to ArchSpec's g_macho_arch_entries.Jason Molenda2013-10-081-0/+2
* Mark armv6m as "compatible" with armv7 - that's theJason Molenda2013-09-271-1/+1
* Add definitions for "armv6m", which indicates a Cortex-M0 processor.Jason Molenda2013-09-271-0/+11
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-51/+51
* Plugins/ObjectFile/PECOFF: Use enums from LLVM, and don't use Mach-O definiti...Charles Davis2013-08-271-1/+21
* Change PowerPC to have the correct byte order.Greg Clayton2013-08-121-15/+15
* Add recognition of two more armv7 variants, armv7m and armv7em.Jason Molenda2013-03-081-4/+14
* <rdar://problem/13069948>Greg Clayton2013-01-251-4/+4
* <rdar://problem/12990038>Greg Clayton2013-01-111-1/+1
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-27/+21
* Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). Jason Molenda2012-11-041-176/+91
* A patch that allows for mach-o architectures to be specified as "<number>-<nu...Greg Clayton2012-09-191-96/+107
* Allow for numeric cputype-cpusubtype specifications where the subtype is 0. ...Jason Molenda2012-09-181-2/+5
* rdar://problem/11374963Johnny Chen2012-08-281-0/+9
OpenPOWER on IntegriCloud