Skip to content

tls¤

Description¤

Print out base address of the current Thread Local Storage (TLS).

Usage:¤

usage: tls [-h] [-p] [-a]

Optional Arguments¤

Short Long Default Help
-h --help show this help message and exit
-p --pthread-self Try to get the address of TLS by calling pthread_self(). (default: %(default)s)
-a --all Do not truncate the dump output. (default: %(default)s)