Home
last modified time | relevance | path

Searched refs:StopInfoFork (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1378 class StopInfoFork : public StopInfo { class
1380 StopInfoFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoFork() function in lldb_private::StopInfoFork
1384 ~StopInfoFork() override = default;
1541 return StopInfoSP(new StopInfoFork(thread, child_pid, child_tid)); in CreateStopReasonFork()