[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions
authorMohit K. Bhakkad <mohit.bhakkad@gmail.com>
Thu, 23 Apr 2015 06:36:20 +0000 (06:36 +0000)
committerMohit K. Bhakkad <mohit.bhakkad@gmail.com>
Thu, 23 Apr 2015 06:36:20 +0000 (06:36 +0000)
commite8659b5df619b0915ed6d71fe544d8514a11334a
tree1dd7f16c53f4b75196ea6a8e9f250033dd2425a0
parent5e018f9e29a2b7e67e82dfa17f32662f18a9bdf7
[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions
Patch by Jaydeep Patil

Added MIPS32 and MIPS64 core revisions. This would be followed by register context and emulate-instruction for MIPS32.

DYLDRendezvous.cpp:
On Linux link map struct does not contain extra load offset field.

Reviewers: clayborg
Subscribers: bhushan, mohit.bhakkad, sagar, lldb-commits.
Differential Revision: http://reviews.llvm.org/D9190

llvm-svn: 235574
lldb/include/lldb/Core/ArchSpec.h
lldb/source/Core/ArchSpec.cpp
lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Target/Thread.cpp