Emulate MIPS32/64 load and store instructions for HW watchpoints.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D12670
[LLDB][MIPS] MIPS load/store instruction emulation for hardware watchpoints ClosedPublic Authored by mohit.bhakkad on Sep 7 2015, 1:51 AM.
Details Summary Emulate MIPS32/64 load and store instructions for HW watchpoints.
Diff Detail
Event Timelinemohit.bhakkad retitled this revision from to [LLDB][MIPS] MIPS load/store instruction emulation for hardware watchpoints. mohit.bhakkad updated this object. This revision is now accepted and ready to land.Sep 8 2015, 8:50 AM Closed by commit rL247129: [LLDB][MIPS] MIPS load/store instruction emulation for hardware watchpoints (authored by mohit.bhakkad). · Explain WhySep 9 2015, 3:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 34308 lldb/trunk/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
lldb/trunk/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
lldb/trunk/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
lldb/trunk/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
|