summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ArchSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1487/+0
* Remove last Host usage from ArchSpecPavel Labath2017-11-131-12/+1
* Improve the posix core file triple detectionTamas Berghammer2017-11-041-0/+3
* Add float/vector registers for ppc64lePavel Labath2017-11-031-0/+2
* [Core] Comparison for unsigned >= 0 is redundant. NFCI.Davide Italiano2017-11-011-1/+1
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-87/+5
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-251-102/+1
* Now a ppc64le binary is correctly detected:Eugene Zemtsov2017-08-301-0/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Recompute ArchSpec core after MergeFromPavel Labath2017-04-201-14/+18
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-19/+18
* [LLDB][MIPS] Core Dump Support.Nitesh Jain2017-03-311-1/+1
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Made GetClangTargetCPU() const.Pavel Labath2017-03-031-1/+1
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-201-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-2/+2
* [LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABINitesh Jain2016-10-121-1/+38
* Set the correct triple when creating an ArchSpec for Windows.Zachary Turner2016-09-161-0/+3
* Allow ArchSpec to take a StringRef.Zachary Turner2016-09-151-103/+102
* Convert ArchSpec::ParseMachOCPUDashSubtypeTriple to use StringRef.Zachary Turner2016-09-151-37/+34
* Add some unit tests for ArchSpec.Zachary Turner2016-09-131-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1336/+1358
* Revert r280137 and 280139 and subsequent build fixesPavel Labath2016-08-311-13/+0
* A few minor stylistic cleanups in StringExtractor.Zachary Turner2016-08-301-0/+13
* [LLDB][MIPS] Setting appropriate ArchSpec::m_flags based on ABISagar Thakur2016-05-111-0/+12
* 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
OpenPOWER on IntegriCloud