[LLDB][MIPS] Emulation of MIPS64 floating-point branch instructions Patch by Jaydeep Patil
SUMMARY:
- Added emulation of MIPS64 floating-point branch instructions
- Updated GetRegisterInfo to recognize floating-point registers
- Provided CPU information while creating createMCSubtargetInfo in disassembler
- Bug fix in emulation of JIC and JIALC
- Correct identification of breakpoint when set in a delay slot of a branch instruction
Reviewers: clayborg
Subscribers: bhushan, mohit.bhakkad, sagar, nitesh.jain, lldb-commits.
Differential Revision: http://reviews.llvm.org/D10355
llvm-svn: 239996