Searched refs:watch_hit_addr (Results 1 – 2 of 2) sorted by relevance
114 lldb::addr_t watch_hit_addr = LLDB_INVALID_ADDRESS);
622 lldb::addr_t watch_hit_addr) in StopInfoWatchpoint() argument624 m_should_stop_is_valid(false), m_watch_hit_addr(watch_hit_addr) {} in StopInfoWatchpoint()1111 lldb::addr_t watch_hit_addr) { in CreateStopReasonWithWatchpointID() argument1112 return StopInfoSP(new StopInfoWatchpoint(thread, watch_id, watch_hit_addr)); in CreateStopReasonWithWatchpointID()