aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-hpux-nat.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-12-12 13:51:55 +0000
committerMark Kettenis <kettenis@gnu.org>2004-12-12 13:51:55 +0000
commit0d9b270c62ddb9f02b06fa92cf2ec778a6d9fb8b (patch)
tree0ccdb61422802c1065a4cb35a54720148581c453 /gdb/hppa-hpux-nat.c
parentc2d8244d215dc7452fd460e0efa5c71c7fffb23c (diff)
downloadgdb-0d9b270c62ddb9f02b06fa92cf2ec778a6d9fb8b.zip
gdb-0d9b270c62ddb9f02b06fa92cf2ec778a6d9fb8b.tar.gz
gdb-0d9b270c62ddb9f02b06fa92cf2ec778a6d9fb8b.tar.bz2
* hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.
Diffstat (limited to 'gdb/hppa-hpux-nat.c')
-rw-r--r--gdb/hppa-hpux-nat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/hppa-hpux-nat.c b/gdb/hppa-hpux-nat.c
index 72a837d..db05072 100644
--- a/gdb/hppa-hpux-nat.c
+++ b/gdb/hppa-hpux-nat.c
@@ -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;
}