Home
last modified time | relevance | path

Searched defs:wp_index (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_x86.cpp18 static inline uint64_t GetStatusBit(uint32_t wp_index) { in GetStatusBit()
25 static inline uint64_t GetEnableBit(uint32_t wp_index) { in GetEnableBit()
34 static inline uint64_t GetBothEnableBitMask(uint32_t wp_index) { in GetBothEnableBitMask()
42 uint32_t wp_index) { in GetWatchTypeBits()
54 static inline uint64_t GetWatchSizeBits(uint32_t size, uint32_t wp_index) { in GetWatchSizeBits()
71 static inline uint64_t GetWatchControlBitmask(uint32_t wp_index) { in GetWatchControlBitmask()
95 Status NativeRegisterContextDBReg_x86::IsWatchpointHit(uint32_t wp_index, in IsWatchpointHit()
111 NativeRegisterContextDBReg_x86::GetWatchpointHitIndex(uint32_t &wp_index, in GetWatchpointHitIndex()
128 Status NativeRegisterContextDBReg_x86::IsWatchpointVacant(uint32_t wp_index, in IsWatchpointVacant()
144 lldb::addr_t addr, size_t size, uint32_t watch_flags, uint32_t wp_index) { in SetHardwareWatchpointWithIndex()
[all …]
H A DNativeRegisterContextDBReg_arm64.cpp236 uint32_t control_value = 0, wp_index = 0; in SetHardwareWatchpoint() local
315 uint32_t wp_index) { in ClearHardwareWatchpoint()
387 NativeRegisterContextDBReg_arm64::GetWatchpointSize(uint32_t wp_index) { in GetWatchpointSize()
405 bool NativeRegisterContextDBReg_arm64::WatchpointIsEnabled(uint32_t wp_index) { in WatchpointIsEnabled()
416 uint32_t &wp_index, lldb::addr_t trap_addr) { in GetWatchpointHitIndex()
447 NativeRegisterContextDBReg_arm64::GetWatchpointAddress(uint32_t wp_index) { in GetWatchpointAddress()
460 NativeRegisterContextDBReg_arm64::GetWatchpointHitAddress(uint32_t wp_index) { in GetWatchpointHitAddress()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp117 void NativeThreadNetBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() argument
271 uint32_t wp_index = in SetWatchpoint() local
283 uint32_t wp_index in RemoveWatchpoint() local
[all...]
H A DNativeProcessNetBSD.cpp332 uint32_t wp_index = LLDB_INVALID_INDEX32; in MonitorSIGTRAP() local
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp282 Status NativeRegisterContext::IsWatchpointHit(uint32_t wp_index, bool &is_hit) { in IsWatchpointHit()
287 Status NativeRegisterContext::GetWatchpointHitIndex(uint32_t &wp_index, in GetWatchpointHitIndex()
293 Status NativeRegisterContext::IsWatchpointVacant(uint32_t wp_index, in IsWatchpointVacant()
299 lldb::addr_t NativeRegisterContext::GetWatchpointAddress(uint32_t wp_index) { in GetWatchpointAddress()
303 lldb::addr_t NativeRegisterContext::GetWatchpointHitAddress(uint32_t wp_index) { in GetWatchpointHitAddress()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp117 void NativeThreadFreeBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() argument
259 uint32_t wp_index = in SetWatchpoint() local
271 uint32_t wp_index in RemoveWatchpoint() local
[all...]
H A DNativeProcessFreeBSD.cpp326 uint32_t wp_index = LLDB_INVALID_INDEX32; MonitorSIGTRAP() local