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