> 
> 
>> When the host launching a process it will fill the new process ID. Also be 
>> careful to be sure that you call 
>> ProcessLaunchInfo::SetMonitorProcessCallback(...) prior to launching as when 
>> the host launches the process, if there isn't a callback in the 
>> ProcessLaunchInfo, it will use its own version that will reap the process in 
>> the host layer...
> 
> Using the default Host reaper should not be an issue as it defaults to 
> calling Process::SetProcessExitStatus() which is what we want when debugging 
> a process isn't it ?


You are correct.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to