Home
last modified time | relevance | path

Searched refs:pt_watch_style_mips32 (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_mips64.cpp38 enum pt_watch_style { pt_watch_style_mips32, pt_watch_style_mips64 }; enumerator
572 if (regs->style == pt_watch_style_mips32) in GetWatchHi()
583 if (regs->style == pt_watch_style_mips32) in SetWatchHi()
593 if (regs->style == pt_watch_style_mips32) in GetWatchLo()
604 if (regs->style == pt_watch_style_mips32) in SetWatchLo()
614 if (regs->style == pt_watch_style_mips32) in GetIRWMask()
624 if (regs->style == pt_watch_style_mips32) in GetRegMask()
790 if (regs.style == pt_watch_style_mips32) { in ClearHardwareWatchpoint()
960 case pt_watch_style_mips32: in NumSupportedHardwareWatchpoints()