Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h114 void MonitorClone(::pid_t child_pid, bool is_vfork,
H A DNativeProcessNetBSD.cpp289 MonitorClone(pst.pe_other_pid, pst.pe_report_event == PTRACE_VFORK, in MonitorSIGTRAP()
1014 void NativeProcessNetBSD::MonitorClone(::pid_t child_pid, bool is_vfork, in MonitorClone() function in NativeProcessNetBSD
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h121 void MonitorClone(::pid_t child_pid, bool is_vfork,
H A DNativeProcessFreeBSD.cpp276 MonitorClone(info.pl_child_pid, info.pl_flags & PL_FLAG_VFORKED, *thread); in MonitorSIGTRAP()
967 void NativeProcessFreeBSD::MonitorClone(::pid_t child_pid, bool is_vfork, in MonitorClone() function in NativeProcessFreeBSD
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h251 bool MonitorClone(NativeThreadLinux &parent, lldb::pid_t child_pid,
H A DNativeProcessLinux.cpp543 MonitorClone(thread, event_message, info.si_code >> 8); in MonitorSIGTRAP()
835 bool NativeProcessLinux::MonitorClone(NativeThreadLinux &parent, in MonitorClone() function in NativeProcessLinux