| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | RegisterContextPOSIXProcessMonitor_mips64.cpp | 198 return SetHardwareWatchpointWithIndex(addr, size, read, write, hw_index); in SetHardwareWatchpoint() 255 bool RegisterContextPOSIXProcessMonitor_mips64::SetHardwareWatchpointWithIndex( in SetHardwareWatchpointWithIndex() function in RegisterContextPOSIXProcessMonitor_mips64
|
| H A D | RegisterContextPOSIX.h | 51 virtual bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size,
|
| H A D | RegisterContextPOSIXProcessMonitor_arm.cpp | 198 return SetHardwareWatchpointWithIndex(addr, size, read, write, hw_index); in SetHardwareWatchpoint() 252 bool RegisterContextPOSIXProcessMonitor_arm::SetHardwareWatchpointWithIndex( in SetHardwareWatchpointWithIndex() function in RegisterContextPOSIXProcessMonitor_arm
|
| H A D | RegisterContextPOSIXProcessMonitor_arm64.cpp | 205 return SetHardwareWatchpointWithIndex(addr, size, read, write, hw_index); in SetHardwareWatchpoint() 257 bool RegisterContextPOSIXProcessMonitor_arm64::SetHardwareWatchpointWithIndex( in SetHardwareWatchpointWithIndex() function in RegisterContextPOSIXProcessMonitor_arm64
|
| H A D | RegisterContextPOSIXProcessMonitor_powerpc.cpp | 212 return SetHardwareWatchpointWithIndex(addr, size, read, write, hw_index); in SetHardwareWatchpoint() 267 bool RegisterContextPOSIXProcessMonitor_powerpc::SetHardwareWatchpointWithIndex( in SetHardwareWatchpointWithIndex() function in RegisterContextPOSIXProcessMonitor_powerpc
|
| H A D | RegisterContextPOSIXProcessMonitor_arm.h | 68 bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size, bool read,
|
| H A D | RegisterContextPOSIXProcessMonitor_arm64.h | 69 bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size, bool read,
|
| H A D | RegisterContextPOSIXProcessMonitor_powerpc.h | 76 bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size, bool read,
|
| H A D | RegisterContextPOSIXProcessMonitor_x86.h | 70 bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size, bool read,
|
| H A D | RegisterContextPOSIXProcessMonitor_mips64.h | 70 bool SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size, bool read,
|
| H A D | RegisterContextPOSIXProcessMonitor_x86.cpp | 416 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 D | FreeBSDThread.cpp | 409 wp_set = reg_ctx->SetHardwareWatchpointWithIndex( in EnableHardwareWatchpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeRegisterContextNetBSD_x86_64.h | 59 Status SetHardwareWatchpointWithIndex(lldb::addr_t addr, size_t size,
|
| H A D | NativeRegisterContextNetBSD_x86_64.cpp | 775 Status NativeRegisterContextNetBSD_x86_64::SetHardwareWatchpointWithIndex( in SetHardwareWatchpointWithIndex() function in NativeRegisterContextNetBSD_x86_64 907 error = SetHardwareWatchpointWithIndex(addr, size, watch_flags, wp_index); in SetHardwareWatchpoint()
|