summaryrefslogtreecommitdiff
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
commitb00e878b8c93b2596b24c676efae30f389a0a5c7 (patch)
tree9d8968d6d2cbb184c0f154543ac8c22ebc9df929 /gdb/hppa-hpux-nat.c
parent627e86bb99e7d024da0e3bf2876f8222fec23473 (diff)
downloadgdb-b00e878b8c93b2596b24c676efae30f389a0a5c7.tar.gz
* 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 72a837db200..db0507268eb 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;
}