PERFORCE change 60192 for review
David Xu
davidxu at FreeBSD.org
Sat Aug 21 04:34:47 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=60192
Change 60192 by davidxu at davidxu_alona on 2004/08/21 11:34:13
Clear status in fbsd_therad_mourn_inferior().
Affected files ...
.. //depot/projects/davidxu_ksedbg/src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c#23 edit
Differences ...
==== //depot/projects/davidxu_ksedbg/src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c#23 (text+ko) ====
@@ -788,7 +788,10 @@
* Forget about the child's process ID. We shouldn't need it
* anymore.
*/
- proc_handle.pid = 0;
+ if (fbsd_thread_active)
+ fbsd_thread_deactivate ();
+
+ unpush_target (&fbsd_thread_ops);
child_ops.to_mourn_inferior ();
}
More information about the p4-projects
mailing list