Searched refs:StopInfoFork (Results 1 – 1 of 1) sorted by relevance
1378 class StopInfoFork : public StopInfo { class1380 StopInfoFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoFork() function in lldb_private::StopInfoFork1384 ~StopInfoFork() override = default;1541 return StopInfoSP(new StopInfoFork(thread, child_pid, child_tid)); in CreateStopReasonFork()