Searched refs:SetStoppedByWatchpoint (Results 1 – 9 of 9) sorted by relevance
61 void SetStoppedByWatchpoint(uint32_t wp_index);
118 void NativeThreadNetBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() function in NativeThreadNetBSD
343 thread->SetStoppedByWatchpoint(wp_index); in MonitorSIGTRAP()
64 void SetStoppedByWatchpoint(uint32_t wp_index);
118 void NativeThreadFreeBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() function in NativeThreadFreeBSD
338 thread->SetStoppedByWatchpoint(wp_index); in MonitorSIGTRAP()
85 void SetStoppedByWatchpoint(uint32_t wp_index);
412 void NativeThreadLinux::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() function in NativeThreadLinux
741 thread.SetStoppedByWatchpoint(wp_index); in MonitorWatchpoint()