In article <[email protected]>,
 Ignacio Laguna <[email protected]> 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 <[email protected]>

_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to