Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h61 void SetStoppedByWatchpoint(uint32_t wp_index);
H A DNativeThreadNetBSD.cpp117 void NativeThreadNetBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() function in NativeThreadNetBSD
H A DNativeProcessNetBSD.cpp341 thread->SetStoppedByWatchpoint(wp_index); in MonitorSIGTRAP()
/src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h66 void SetStoppedByWatchpoint(uint32_t wp_index);
H A DNativeThreadFreeBSD.cpp117 void NativeThreadFreeBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() function in NativeThreadFreeBSD
H A DNativeProcessFreeBSD.cpp354 thread->SetStoppedByWatchpoint(wp_index); in MonitorSIGTRAP()