Merged in r242411. Thanks, Hans
On Wed, Jul 15, 2015 at 8:56 PM, Jaydeep Patil <[email protected]> wrote: > Hi Hans, > > Could you please merge it to release branch? > > Thanks, > Jaydeep > > -----Original Message----- > From: Jaydeep Patil > Sent: 16 July 2015 AM 09:22 > To: Jaydeep Patil > Subject: Re: [Diffusion] rL242381: [LLDB][MIPS] Detect MIPS application > specific extensions like micromips > > jaydeep committed rL242381: [LLDB][MIPS] Detect MIPS application specific > extensions like micromips. > > [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 > > > Files: > /lldb/trunk/include/lldb/Core/ArchSpec.h > /lldb/trunk/source/Core/ArchSpec.cpp > /lldb/trunk/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp > /lldb/trunk/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h > /lldb/trunk/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp > /lldb/trunk/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp > /lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp > > Users: > jaydeep (Author) > > http://reviews.llvm.org/rL242381 > > > _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
