Home | History | Annotate | Download | only in FreeBSD

Lines Matching defs:inferior

202 /// a ProcessMonitor is asked to deliver or change the state of an inferior
691 /// launching or attaching to the inferior process, and then 2) servicing
871 lldb::ThreadSP inferior;
983 "Could not sync with inferior process.");
995 // ProcessMonitor instance. Similarly stash the inferior pid.
1006 inferior.reset(process.CreateNewPOSIXThread(*processSP, pid));
1009 process.GetThreadList().AddThread(inferior);
1064 lldb::ThreadSP inferior;
1088 inferior.reset(process.CreateNewPOSIXThread(*processSP, pid));
1089 tl.AddThread(inferior);
1164 // The inferior process is about to exit. Maintain the process in a
1405 // parent thread and start serving operations on the inferior.