Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h194 friend class StopInfoWatchpoint; // This needs to call UndoHitCount() variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp628 class StopInfoWatchpoint : public StopInfo { class
674 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, bool silently_skip_wp) in StopInfoWatchpoint() function in lldb_private::StopInfoWatchpoint