[lldb-dev] Thead-local storage support
465
nriley at sabi.net
Sun Jan 4 08:14:17 PST 2015
In article <54A8D4C9.8010802 at llnl.gov>,
Ignacio Laguna <lagunaperalt1 at llnl.gov> wrote:
> Does the current version of lldb support thread local storage (TLS)
> variables via the __thread syntax in OS X? When I print such variables
> lldb prints a void pointer (to the TLS sections I believe), but it
> doesn't print the value of the variable like in gdb.
It appears the answer is no, given the associated test is expected to
fail.
<https://github.com/llvm-mirror/lldb/commit/2667461a03f7ea34da0736f0b81f3
6a43060bd1e>
--
Nicholas Riley <nriley at sabi.net>
More information about the lldb-dev
mailing list