This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[COMMIT] Tweak comment in hppa-hpux-nat.c
- From: Mark Kettenis <kettenis at gnu dot org>
- To: gdb-patches at sources dot redhat dot com
- Date: Sun, 12 Dec 2004 14:53:02 +0100 (CET)
- Subject: [COMMIT] Tweak comment in hppa-hpux-nat.c
This tweaks a commen to better reflect reality. HP-UX 11.00 has two
threads implementations. The old user-level threads implimentation
from HP-UX 10.20 is commonly referred to as "DCE threads".
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.
Index: hppa-hpux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/hppa-hpux-nat.c,v
retrieving revision 1.4
diff -u -p -r1.4 hppa-hpux-nat.c
--- hppa-hpux-nat.c 11 Dec 2004 23:04:58 -0000 1.4
+++ hppa-hpux-nat.c 12 Dec 2004 13:48:01 -0000
@@ -225,8 +225,9 @@ static int
hppa_hpux_child_can_run (void)
{
/* This variable is controlled by modules that layer their own
- process structure atop that provided here. hpux-thread.c does
- this because of the HP-UX user-mode level thread model. */
+ process structure atop that provided here. The code in
+ hpux-thread.c does this to support the HP-UX user-mode DCE
+ threads. */
return !child_suppress_run;
}