Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h78 static ProcessMessage Watch(lldb::tid_t tid, lldb::addr_t wp_addr) { in Watch() argument
79 return ProcessMessage(tid, eWatchpointMessage, 0, wp_addr); in Watch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp58 lldb::addr_t wp_addr = (*pos)->GetLoadAddress(); in FindByAddress() local
60 if ((wp_addr <= addr) && ((wp_addr + wp_bytesize) > addr)) { in FindByAddress()
/freebsd-13.1/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
1874 if (wp_addr != LLDB_INVALID_ADDRESS) { in SetThreadStopInfo()
1885 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2296 lldb::addr_t wp_addr = LLDB_INVALID_ADDRESS; in SetThreadStopInfo() local
2297 value.getAsInteger(16, wp_addr); in SetThreadStopInfo()
2300 GetTarget().GetWatchpointList().FindByAddress(wp_addr); in SetThreadStopInfo()
2308 ostr.Printf("%" PRIu64 " %" PRIu32, wp_addr, wp_index); in SetThreadStopInfo()