* ps.cc (main): Change order of reporting slightly so that windows pids are
more obvious. * strace.cc (add_child): Just add child's pid directly. (remove_child): No need to close the child process pid since ContinueDebugEvent does that automatically. (proc_child): Ditto for child thread.
This commit is contained in:
@ -74,7 +74,7 @@ sig0:
|
||||
}
|
||||
else
|
||||
{
|
||||
if (errno == ESRCH && force && sig != 0)
|
||||
if (force && sig != 0)
|
||||
forcekill (pid, sig, 0);
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user