Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DStopInfo.h114 lldb::addr_t watch_hit_addr = LLDB_INVALID_ADDRESS);
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp622 lldb::addr_t watch_hit_addr) in StopInfoWatchpoint() argument
624 m_should_stop_is_valid(false), m_watch_hit_addr(watch_hit_addr) {} in StopInfoWatchpoint()
1111 lldb::addr_t watch_hit_addr) { in CreateStopReasonWithWatchpointID() argument
1112 return StopInfoSP(new StopInfoWatchpoint(thread, watch_id, watch_hit_addr)); in CreateStopReasonWithWatchpointID()