Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp629 class StopInfoWatchpoint : public StopInfo { class
675 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, in StopInfoWatchpoint() function in lldb_private::StopInfoWatchpoint
679 ~StopInfoWatchpoint() override = default;
1281 return StopInfoSP(new StopInfoWatchpoint(thread, watch_id, watch_hit_addr)); in CreateStopReasonWithWatchpointID()