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.
This commit is contained in:
David Anderson
2004-10-11 16:35:28 +00:00
parent a5f6c8f5a8
commit 04c663e3c6
3 changed files with 11 additions and 3 deletions

View File

@ -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. */