Searched refs:DidFork (Results 1 – 4 of 4) sorted by relevance
236 void DidFork(lldb::pid_t child_pid, lldb::tid_t child_tid) override;
5734 void ProcessGDBRemote::DidFork(lldb::pid_t child_pid, lldb::tid_t child_tid) { in DidFork() function in ProcessGDBRemote
1292 thread_sp->GetProcess()->DidFork(m_child_pid, m_child_tid); in PerformAction()
1059 virtual void DidFork(lldb::pid_t child_pid, lldb::tid_t child_tid) {} in DidFork() function