Searched refs:DidVFork (Results 1 – 4 of 4) sorted by relevance
237 void DidVFork(lldb::pid_t child_pid, lldb::tid_t child_tid) override;
5799 void ProcessGDBRemote::DidVFork(lldb::pid_t child_pid, lldb::tid_t child_tid) { in DidVFork() function in ProcessGDBRemote
1326 thread_sp->GetProcess()->DidVFork(m_child_pid, m_child_tid); in PerformAction()
1062 virtual void DidVFork(lldb::pid_t child_pid, lldb::tid_t child_tid) {} in DidVFork() function