Re: [lldb-dev] Access to TLS variables on GNU/Linux

2019-05-16 Thread Florian Weimer via lldb-dev
* Jan Kratochvil: > On Tue, 14 May 2019 13:38:57 +0200, Florian Weimer via lldb-dev wrote: >> The target process has loaded libpthread.so.0, so it's not the usual >> problem of libthread_db not working without libpthread. >> >> On the other hand, I realize now that the lldb command cannot access

Re: [lldb-dev] Access to TLS variables on GNU/Linux

2019-05-15 Thread Jan Kratochvil via lldb-dev
On Tue, 14 May 2019 13:38:57 +0200, Florian Weimer via lldb-dev wrote: > The target process has loaded libpthread.so.0, so it's not the usual > problem of libthread_db not working without libpthread. > > On the other hand, I realize now that the lldb command cannot access TLS > variables, either.