Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h62 void SetStoppedByFork(lldb::pid_t child_pid, lldb::tid_t child_tid);
H A DNativeThreadNetBSD.cpp133 void NativeThreadNetBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork() function in NativeThreadNetBSD
H A DNativeProcessNetBSD.cpp1064 parent_thread.SetStoppedByFork(child_pid, child_tid); in MonitorClone()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h65 void SetStoppedByFork(lldb::pid_t child_pid, lldb::tid_t child_tid);
H A DNativeThreadFreeBSD.cpp133 void NativeThreadFreeBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork() function in NativeThreadFreeBSD
H A DNativeProcessFreeBSD.cpp1016 parent_thread.SetStoppedByFork(child_pid, child_tid); in MonitorClone()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.h93 void SetStoppedByFork(bool is_vfork, lldb::pid_t child_pid);
H A DNativeThreadLinux.cpp457 void NativeThreadLinux::SetStoppedByFork(bool is_vfork, lldb::pid_t child_pid) { in SetStoppedByFork() function in NativeThreadLinux
H A DNativeProcessLinux.cpp876 parent.SetStoppedByFork(is_vfork, child_pid); in MonitorClone()