llvm-project/lldb/source/Plugins/Instruction/MIPS64
Jaydeep Patil 501a781998 [LLDB][MIPS] Detect MIPS application specific extensions like micromips
SUMMARY:
    The patch detects MIPS application specific extensions (ASE) like micromips by reading 
    ELF header.e_flags and SHT_MIPS_ABIFLAGS section. MIPS triple does not contain ASE 
    information like micromips, mips16, DSP, MSA etc. These can be read from header.e_flags 
    or SHT_MIPS_ABIFLAGS section.
    
    Reviewers: clayborg
    Subscribers: mohit.bhakkad, sagar, lldb-commits
    Differential Revision: http://reviews.llvm.org/D11133

llvm-svn: 242381
2015-07-16 03:51:55 +00:00
..
CMakeLists.txt
EmulateInstructionMIPS64.cpp [LLDB][MIPS] Detect MIPS application specific extensions like micromips 2015-07-16 03:51:55 +00:00
EmulateInstructionMIPS64.h [LLDB][MIPS] Emulation of MIPS64 floating-point branch instructions 2015-06-18 06:03:27 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00