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.
Paths
| Differential D9190
[MIPS] Add MIPS32 and MIPS64 core revisions ClosedPublic Authored by jaydeep on Apr 22 2015, 5:14 AM.
Details Summary Added MIPS32 and MIPS64 core revisions. This would be followed by register context and emulate-instruction for MIPS32. DYLDRendezvous.cpp:
Diff Detail
Event Timelinejaydeep updated this object. This revision is now accepted and ready to land.Apr 22 2015, 10:06 AM Closed by commit rL235574: [LLDB][MIPS] Add MIPS32 and MIPS64 core revisions (authored by mohit.bhakkad). · Explain WhyApr 22 2015, 11:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24268 lldb/trunk/include/lldb/Core/ArchSpec.h
lldb/trunk/source/Core/ArchSpec.cpp
lldb/trunk/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
lldb/trunk/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/trunk/source/Target/Thread.cpp
|