summaryrefslogtreecommitdiff
path: root/gdb/gdb_thread_db.h
diff options
context:
space:
mode:
authorDavid Anderson <davea@sgi.com>2004-10-11 16:35:28 +0000
committerDavid Anderson <davea@sgi.com>2004-10-11 16:35:28 +0000
commit04c663e3c69b6857c7de49df24d4e404f16461fc (patch)
tree64543095c2d47af516196b44e8dba2ff37c91c16 /gdb/gdb_thread_db.h
parenta5f6c8f5a8dbd2967dbbd4485c4745c985f98b42 (diff)
downloadbinutils-gdb-04c663e3c69b6857c7de49df24d4e404f16461fc.tar.gz
2004-10-11 David Anderson <davea@sgi.com>
* regcache.c (regcache_raw_read): Comment was missing "to". Extraneous ' removed. * gdb_thread_db.h (struct td_thrinfo): ti_lid field comment now describes use.
Diffstat (limited to 'gdb/gdb_thread_db.h')
-rw-r--r--gdb/gdb_thread_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_thread_db.h b/gdb/gdb_thread_db.h
index 81dd0a062db..0a28534990f 100644
--- a/gdb/gdb_thread_db.h
+++ b/gdb/gdb_thread_db.h
@@ -292,7 +292,7 @@ typedef struct td_thrinfo
intptr_t ti_sp; /* Unused. */
short int ti_flags; /* Unused. */
int ti_pri; /* Thread priority. */
- lwpid_t ti_lid; /* Unused. */
+ lwpid_t ti_lid; /* Kernel pid for this thread. */
sigset_t ti_sigmask; /* Signal mask. */
unsigned char ti_traceme; /* Nonzero if event reporting
enabled. */