Home
last modified time | relevance | path

Searched refs:wp_addr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp60 lldb::addr_t wp_addr = (*pos)->GetLoadAddress(); in FindByAddress() local
62 if ((wp_addr <= addr) && ((wp_addr + wp_bytesize) > addr)) { in FindByAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1797 addr_t wp_addr = desc_extractor.GetU64(LLDB_INVALID_ADDRESS); in SetThreadStopInfo() local
1812 if (!wp_resource_sp && wp_addr != LLDB_INVALID_ADDRESS) in SetThreadStopInfo()
1813 wp_resource_sp = m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()
2244 lldb::addr_t wp_addr = LLDB_INVALID_ADDRESS; in SetThreadStopInfo() local
2245 value.getAsInteger(16, wp_addr); in SetThreadStopInfo()
2248 m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()
2255 ostr.Printf("%" PRIu64, wp_addr); in SetThreadStopInfo()