Searched defs:wp_index (Results 1 – 7 of 7) sorted by relevance
18 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()206 uint32_t wp_index) { in ClearHardwareWatchpoint()247 for (uint32_t wp_index = 0; wp_index < num_hw_watchpoints; ++wp_index) { in SetHardwareWatchpoint() local[all …]
236 uint32_t control_value = 0, wp_index = 0; in SetHardwareWatchpoint() local315 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()
117 void NativeThreadNetBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint()271 uint32_t wp_index = in SetWatchpoint() local283 uint32_t wp_index = wp->second; in RemoveWatchpoint() local
332 uint32_t wp_index = LLDB_INVALID_INDEX32; in MonitorSIGTRAP() local
282 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()
117 void NativeThreadFreeBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint()259 uint32_t wp_index = in SetWatchpoint() local271 uint32_t wp_index = wp->second; in RemoveWatchpoint() local
326 uint32_t wp_index = LLDB_INVALID_INDEX32; in MonitorSIGTRAP() local