summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ArchSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* A little more careful handling of platforms and unspecified unknownJason Molenda2015-11-061-43/+74
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-2/+17
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-081-0/+8
* [LLDB][MIPS] Added support for the debugging of N32/O32 applications on MIPS6...Mohit K. Bhakkad2015-09-091-1/+9
* Fix compiler warning in ArchSpecPavel Labath2015-07-161-10/+10
* [LLDB][MIPS] Detect MIPS application specific extensions like micromipsJaydeep Patil2015-07-161-25/+32
* [LLDB][MIPS] Add mips cores in cores_match () in ArchSpecSagar Thakur2015-07-131-3/+93
* Leave OS as unspecified unknown if it isn't specified in the ELF fileTamas Berghammer2015-07-071-11/+6
* Mark armv7em and armv7m as compatible architectures.Jason Molenda2015-06-251-1/+31
* Fix the lldb build for the EM_486 change.Rafael Espindola2015-06-191-1/+1
* Improve OSType initialization in elf object file's arch_specEd Maste2015-06-051-1/+18
* [MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...Sagar Thakur2015-06-031-10/+40
* 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
OpenPOWER on IntegriCloud