Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h61 void SetStoppedByWatchpoint(uint32_t wp_index);
H A DNativeThreadNetBSD.cpp118 void NativeThreadNetBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() function in NativeThreadNetBSD
H A DNativeProcessNetBSD.cpp342 thread->SetStoppedByWatchpoint(wp_index); in MonitorSIGTRAP()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h61 void SetStoppedByWatchpoint(uint32_t wp_index);
H A DNativeThreadFreeBSD.cpp118 void NativeThreadFreeBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() function in NativeThreadFreeBSD
H A DNativeProcessFreeBSD.cpp331 thread->SetStoppedByWatchpoint(wp_index); in MonitorSIGTRAP()