llvm-project/lldb/source/Plugins/ObjectFile/ELF
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 Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
ELFHeader.cpp Fix build breakage after llvm r240426 2015-06-23 17:15:14 +00:00
ELFHeader.h Fix typos. 2014-07-08 18:05:41 +00:00
Makefile
ObjectFileELF.cpp [LLDB][MIPS] Detect MIPS application specific extensions like micromips 2015-07-16 03:51:55 +00:00
ObjectFileELF.h Fix [vdso] handling on Android (x86 and aarch64) 2015-06-30 10:41:23 +00:00