Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Dmips-linux-watch.c30 case pt_watch_style_mips32: in mips_linux_watch_get_irw_mask()
48 case pt_watch_style_mips32: in get_reg_mask()
65 case pt_watch_style_mips32: in mips_linux_watch_get_num_valid()
83 case pt_watch_style_mips32: in mips_linux_watch_get_watchlo()
102 case pt_watch_style_mips32: in mips_linux_watch_set_watchlo()
124 case pt_watch_style_mips32: in mips_linux_watch_get_watchhi()
143 case pt_watch_style_mips32: in mips_linux_watch_set_watchhi()
174 case pt_watch_style_mips32: in mips_linux_read_watch_registers()
H A Dmips-linux-watch.h34 pt_watch_style_mips32, enumerator
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dmips-linux-nat.c393 pt_watch_style_mips32, enumerator
475 case pt_watch_style_mips32: in get_irw_mask()
492 case pt_watch_style_mips32: in get_reg_mask()
509 case pt_watch_style_mips32: in get_num_valid()
526 case pt_watch_style_mips32: in get_watchlo()
543 case pt_watch_style_mips32: in set_watchlo()
564 case pt_watch_style_mips32: in get_watchhi()
581 case pt_watch_style_mips32: in set_watchhi()
636 case pt_watch_style_mips32: in mips_linux_read_watch_registers()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dmips-linux-nat.c482 pt_watch_style_mips32, enumerator
564 case pt_watch_style_mips32: in get_irw_mask()
581 case pt_watch_style_mips32: in get_reg_mask()
598 case pt_watch_style_mips32: in get_num_valid()
615 case pt_watch_style_mips32: in get_watchlo()
632 case pt_watch_style_mips32: in set_watchlo()
653 case pt_watch_style_mips32: in get_watchhi()
670 case pt_watch_style_mips32: in set_watchhi()
725 case pt_watch_style_mips32: in mips_linux_read_watch_registers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/Linux/
H A 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/Linux/
H A 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Linux/
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/Linux/
H A 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Linux/
H A 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/uapi/asm/
H A Dptrace.h72 pt_watch_style_mips32, enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/uapi/asm/
H A Dptrace.h72 pt_watch_style_mips32, enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/mips-linux-any/asm/
H A Dptrace.h68 pt_watch_style_mips32, enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/mips-linux-any/asm/
H A Dptrace.h68 pt_watch_style_mips32, enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/uapi/asm/
H A Dptrace.h72 pt_watch_style_mips32, enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/kernel/
H A Dptrace.c131 style = pt_watch_style_mips32; in ptrace_get_watch_regs()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/kernel/
H A Dptrace.c131 style = pt_watch_style_mips32; in ptrace_get_watch_regs()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/kernel/
H A Dptrace.c131 style = pt_watch_style_mips32; in ptrace_get_watch_regs()