diff options
Diffstat (limited to 'linuxthreads_db/thread_db.h')
-rw-r--r-- | linuxthreads_db/thread_db.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads_db/thread_db.h b/linuxthreads_db/thread_db.h index 310e2ae75a..b1b62211d5 100644 --- a/linuxthreads_db/thread_db.h +++ b/linuxthreads_db/thread_db.h @@ -266,7 +266,8 @@ typedef struct td_thrinfo int ti_ro_size; /* Unused. */ td_thr_state_e ti_state; /* Thread state. */ unsigned char ti_db_suspended; /* Nonzero if suspended by debugger. */ - td_thr_type_e ti_type; /* Unused. */ + td_thr_type_e ti_type; /* Type of the thread (system vs + user thread). */ intptr_t ti_pc; /* Unused. */ intptr_t ti_sp; /* Unused. */ short int ti_flags; /* Unused. */ |