Searched refs:wp_hit_addr (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1775 // \a wp_hit_addr is the actual address reported by the hardware,
1781 // region. When we get a \a wp_hit_addr outside the range of any
1798 addr_t wp_hit_addr = desc_extractor.GetU64(LLDB_INVALID_ADDRESS); local
1802 if (wp_hit_addr != LLDB_INVALID_ADDRESS) {
1804 m_watchpoint_resource_list.FindByAddress(wp_hit_addr);
1805 // On MIPS, \a wp_hit_addr outside the range of a watched

Completed in 71 milliseconds