Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DNativeRegisterContextDBReg_x86.cpp128 Status NativeRegisterContextDBReg_x86::IsWatchpointVacant(uint32_t wp_index, in IsWatchpointVacant() function in NativeRegisterContextDBReg_x86
162 Status error = IsWatchpointVacant(wp_index, is_vacant); in SetHardwareWatchpointWithIndex()
249 Status error = IsWatchpointVacant(wp_index, is_vacant); in SetHardwareWatchpoint()
DNativeRegisterContextDBReg_x86.h30 Status IsWatchpointVacant(uint32_t wp_index, bool &is_vacant) override;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DNativeRegisterContextWindows_WoW64.h46 Status IsWatchpointVacant(uint32_t wp_index, bool &is_vacant) override;
DNativeRegisterContextWindows_arm.h45 Status IsWatchpointVacant(uint32_t wp_index, bool &is_vacant) override;
DNativeRegisterContextWindows_arm64.h45 Status IsWatchpointVacant(uint32_t wp_index, bool &is_vacant) override;
DNativeRegisterContextWindows_i386.h46 Status IsWatchpointVacant(uint32_t wp_index, bool &is_vacant) override;
DNativeRegisterContextWindows_x86_64.h47 Status IsWatchpointVacant(uint32_t wp_index, bool &is_vacant) override;
DNativeRegisterContextWindows_WoW64.cpp442 Status NativeRegisterContextWindows_WoW64::IsWatchpointVacant(uint32_t wp_index, in IsWatchpointVacant() function in NativeRegisterContextWindows_WoW64
535 if (IsWatchpointVacant(wp_index, is_vacant).Fail()) in SetHardwareWatchpoint()
DNativeRegisterContextWindows_i386.cpp452 Status NativeRegisterContextWindows_i386::IsWatchpointVacant(uint32_t wp_index, in IsWatchpointVacant() function in NativeRegisterContextWindows_i386
545 if (IsWatchpointVacant(wp_index, is_vacant).Fail()) in SetHardwareWatchpoint()
DNativeRegisterContextWindows_x86_64.cpp656 NativeRegisterContextWindows_x86_64::IsWatchpointVacant(uint32_t wp_index, in IsWatchpointVacant() function in NativeRegisterContextWindows_x86_64
750 if (IsWatchpointVacant(wp_index, is_vacant).Fail()) in SetHardwareWatchpoint()
DNativeRegisterContextWindows_arm.cpp610 Status NativeRegisterContextWindows_arm::IsWatchpointVacant(uint32_t wp_index, in IsWatchpointVacant() function in NativeRegisterContextWindows_arm
DNativeRegisterContextWindows_arm64.cpp720 Status NativeRegisterContextWindows_arm64::IsWatchpointVacant(uint32_t wp_index, in IsWatchpointVacant() function in NativeRegisterContextWindows_arm64
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_s390x.h50 Status IsWatchpointVacant(uint32_t wp_index, bool &is_vacant) override;
DNativeRegisterContextLinux_s390x.cpp536 Status NativeRegisterContextLinux_s390x::IsWatchpointVacant(uint32_t wp_index, in IsWatchpointVacant() function in NativeRegisterContextLinux_s390x
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/common/
DNativeRegisterContext.h89 virtual Status IsWatchpointVacant(uint32_t wp_index, bool &is_vacant);
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h226 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
DDNBArchImplI386.cpp873 if (IsWatchpointVacant(debug_state, i)) { in EnableHardwareBreakpoint()
928 !IsWatchpointVacant(debug_state, hw_index)) { in DisableHardwareBreakpoint()
972 bool DNBArchImplI386::IsWatchpointVacant(const DBG &debug_state, in IsWatchpointVacant() function in DNBArchImplI386
1079 if (IsWatchpointVacant(debug_state, i)) in EnableHardwareWatchpoint()
1119 !IsWatchpointVacant(debug_state, hw_index)) { in DisableHardwareWatchpoint()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h230 static bool IsWatchpointVacant(const DBG &debug_state, uint32_t hw_index);
DDNBArchImplX86_64.cpp782 bool DNBArchImplX86_64::IsWatchpointVacant(const DBG &debug_state, in IsWatchpointVacant() function in DNBArchImplX86_64
932 if (IsWatchpointVacant(debug_state, i)) { in EnableHardwareBreakpoint()
987 !IsWatchpointVacant(debug_state, hw_index)) { in DisableHardwareBreakpoint()
1037 if (IsWatchpointVacant(debug_state, i)) in EnableHardwareWatchpoint()
1077 !IsWatchpointVacant(debug_state, hw_index)) { in DisableHardwareWatchpoint()
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DNativeRegisterContext.cpp299 Status NativeRegisterContext::IsWatchpointVacant(uint32_t wp_index, in IsWatchpointVacant() function in NativeRegisterContext