Searched refs:wp_addr (Results 1 – 3 of 3) sorted by relevance
78 static ProcessMessage Watch(lldb::tid_t tid, lldb::addr_t wp_addr) { in Watch() argument79 return ProcessMessage(tid, eWatchpointMessage, 0, wp_addr); in Watch()
58 lldb::addr_t wp_addr = (*pos)->GetLoadAddress(); in FindByAddress() local60 if ((wp_addr <= addr) && ((wp_addr + wp_bytesize) > addr)) { in FindByAddress()
1870 addr_t wp_addr = desc_extractor.GetU64(LLDB_INVALID_ADDRESS); in SetThreadStopInfo() local1874 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() local2297 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()