Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.h61 void SetStoppedByWatchpoint(uint32_t wp_index);
DNativeThreadNetBSD.cpp118 void NativeThreadNetBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() function in NativeThreadNetBSD
DNativeProcessNetBSD.cpp311 thread->SetStoppedByWatchpoint(wp_index); in MonitorSIGTRAP()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeThreadFreeBSD.h61 void SetStoppedByWatchpoint(uint32_t wp_index);
DNativeThreadFreeBSD.cpp113 void NativeThreadFreeBSD::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() function in NativeThreadFreeBSD
DNativeProcessFreeBSD.cpp287 thread->SetStoppedByWatchpoint(wp_index); in MonitorSIGTRAP()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.h76 void SetStoppedByWatchpoint(uint32_t wp_index);
DNativeThreadLinux.cpp349 void NativeThreadLinux::SetStoppedByWatchpoint(uint32_t wp_index) { in SetStoppedByWatchpoint() function in NativeThreadLinux
DNativeProcessLinux.cpp769 thread.SetStoppedByWatchpoint(wp_index); in MonitorWatchpoint()