Accessing pthread_key_create thread-specific data
Florian Weimer via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
We have some functionality in libthread_db in glibc that provides access to pthread_key_create thread-specific data (aka pthread_setspecific and pthread_getspecific). I would like to write a GDB test for this functionality, but I can't find how GDB exposes this data in the UI. Is this just dead code? The symbols we provide are td_ta_tsd_iter and td_thr_tsd. Thanks, Florian