* 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:
Christopher Faylor
2000-10-09 03:31:10 +00:00
parent 164a681ca5
commit aaf0dee260
4 changed files with 14 additions and 13 deletions

View File

@ -74,7 +74,7 @@ sig0:
}
else
{
if (errno == ESRCH && force && sig != 0)
if (force && sig != 0)
forcekill (pid, sig, 0);
else
{