summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ArchSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix arm-linux-gnueabi regression due to rL267291Omair Javaid2016-04-261-1/+5
* Fix ARM attribute parsing for Android after rL267291Tamas Berghammer2016-04-251-8/+23
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+3
* Remove unintentional returnBhushan D. Attarde2016-04-111-1/+0
* Print environment when dumping arch tripleStephane Sezer2016-04-051-0/+4
* Consolidate the knowledge of what arm cores are always executingJason Molenda2016-04-051-0/+36
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-021-33/+26
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+3
* [LLDB][MIPS] Provide CPU string to compiler for appropriate code generation f...Bhushan D. Attarde2016-02-181-0/+50
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* 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
OpenPOWER on IntegriCloud