Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp198 return SetHardwareWatchpointWithIndex(addr, size, read, write, hw_index); in SetHardwareWatchpoint()
255 bool RegisterContextPOSIXProcessMonitor_mips64::SetHardwareWatchpointWithIndex( in SetHardwareWatchpointWithIndex() function in RegisterContextPOSIXProcessMonitor_mips64
H A DRegisterContextPOSIX.h51 virtual bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size,
H A DRegisterContextPOSIXProcessMonitor_arm.cpp198 return SetHardwareWatchpointWithIndex(addr, size, read, write, hw_index); in SetHardwareWatchpoint()
252 bool RegisterContextPOSIXProcessMonitor_arm::SetHardwareWatchpointWithIndex( in SetHardwareWatchpointWithIndex() function in RegisterContextPOSIXProcessMonitor_arm
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp205 return SetHardwareWatchpointWithIndex(addr, size, read, write, hw_index); in SetHardwareWatchpoint()
257 bool RegisterContextPOSIXProcessMonitor_arm64::SetHardwareWatchpointWithIndex( in SetHardwareWatchpointWithIndex() function in RegisterContextPOSIXProcessMonitor_arm64
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp212 return SetHardwareWatchpointWithIndex(addr, size, read, write, hw_index); in SetHardwareWatchpoint()
267 bool RegisterContextPOSIXProcessMonitor_powerpc::SetHardwareWatchpointWithIndex( in SetHardwareWatchpointWithIndex() function in RegisterContextPOSIXProcessMonitor_powerpc
H A DRegisterContextPOSIXProcessMonitor_arm.h68 bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size, bool read,
H A DRegisterContextPOSIXProcessMonitor_arm64.h69 bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size, bool read,
H A DRegisterContextPOSIXProcessMonitor_powerpc.h76 bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size, bool read,
H A DRegisterContextPOSIXProcessMonitor_x86.h70 bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size, bool read,
H A DRegisterContextPOSIXProcessMonitor_mips64.h70 bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size, bool read,
H A DRegisterContextPOSIXProcessMonitor_x86.cpp416 return SetHardwareWatchpointWithIndex(addr, size, read, write, hw_index); in SetHardwareWatchpoint()
553 bool RegisterContextPOSIXProcessMonitor_x86_64::SetHardwareWatchpointWithIndex( in SetHardwareWatchpointWithIndex() function in RegisterContextPOSIXProcessMonitor_x86_64
H A DFreeBSDThread.cpp409 wp_set = reg_ctx->SetHardwareWatchpointWithIndex( in EnableHardwareWatchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.h59 Status SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size,
H A DNativeRegisterContextNetBSD_x86_64.cpp775 Status NativeRegisterContextNetBSD_x86_64::SetHardwareWatchpointWithIndex( in SetHardwareWatchpointWithIndex() function in NativeRegisterContextNetBSD_x86_64
907 error = SetHardwareWatchpointWithIndex(addr, size, watch_flags, wp_index); in SetHardwareWatchpoint()