Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp343 thread->SetStoppedByWatchpoint(wp_index); in MonitorSIGTRAP()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h64 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.cpp338 thread->SetStoppedByWatchpoint(wp_index); in MonitorSIGTRAP()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.h85 void SetStoppedByWatchpoint(uint32_t wp_index);
H A DNativeThreadLinux.cpp412 void NativeThreadLinux::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() function in NativeThreadLinux
H A DNativeProcessLinux.cpp741 thread.SetStoppedByWatchpoint(wp_index); in MonitorWatchpoint()