Searched refs:StopInfoVFork (Results 1 – 1 of 1) sorted by relevance
1412 class StopInfoVFork : public StopInfo { class1414 StopInfoVFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoVFork() function in lldb_private::StopInfoVFork1418 ~StopInfoVFork() override = default;1548 return StopInfoSP(new StopInfoVFork(thread, child_pid, child_tid)); in CreateStopReasonVFork()