Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1870 addr_t wp_addr = desc_extractor.GetU64(LLDB_INVALID_ADDRESS); in SetThreadStopInfo() local
1885 if (!wp_resource_sp && wp_addr != LLDB_INVALID_ADDRESS) in SetThreadStopInfo()
1886 wp_resource_sp = m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()
2347 lldb::addr_t wp_addr = LLDB_INVALID_ADDRESS; in SetThreadStopInfo() local
2348 value.getAsInteger(16, wp_addr); in SetThreadStopInfo()
2351 m_watchpoint_resource_list.FindByAddress(wp_addr); in SetThreadStopInfo()
2358 ostr.Printf("%" PRIu64, wp_addr); in SetThreadStopInfo()