Getting offset of inital-exec TLS variables on GNU/Linux
Florian Weimer <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Is it possible to obtain the offset of initial-exec TLS variable on GNU/Linux? It doesn't seem so because GDB executes the DWARF to access the TLS variable, so the offset is an implementation detail. Although it is often visible at the ELF layer. Thanks, Florian