Add mips32 software breakpoints into platform::GetSoftwareBreakpointTrapOpcode().
authorAidan Dodds <aidan@codeplay.com>
Fri, 26 Feb 2016 15:11:01 +0000 (15:11 +0000)
committerAidan Dodds <aidan@codeplay.com>
Fri, 26 Feb 2016 15:11:01 +0000 (15:11 +0000)
commit7f6e9d53a35f227019050cc7b925f2d2e7721377
treeb3d53aafbb12bef912d35e936670ec6eeec4c48f
parente2ee72b509a4ce0f6cbdf11c0130b1004a3f3f5a
Add mips32 software breakpoints into platform::GetSoftwareBreakpointTrapOpcode().

The software breakpoint definitions for mips32 should have been included in my
recent patch that moved the software breakpoint definitions into the base platform
class.

llvm-svn: 262021
lldb/source/Target/Platform.cpp