mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 22:21:26 +08:00
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:
@ -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. */
|
||||
|
Reference in New Issue
Block a user