[Lldb-commits] [lldb] r192922 - Added support for reading thread-local storage variables, as defined using the __thread modifier.

Richard Mitton richard at codersnotes.com
Fri Oct 18 12:12:40 PDT 2013


I haven't started on anything for it yet, but I plan to soon.

There shouldn't be any good reason why it wouldn't build as-is on 
FreeBSD, so I can only imagine it's some simple compile error. Any 
particular error message?


Ed Maste wrote:
> On 17 October 2013 17:14, Richard Mitton<richard at codersnotes.com>  wrote:
>    
>> Author: rmitton
>> Date: Thu Oct 17 16:14:00 2013
>> New Revision: 192922
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=192922&view=rev
>> - Allow reading the per-thread data pointer via ptrace. I have added support for Linux here. I'll be happy to add support for FreeBSD once this is reviewed. OS X does not appear to have __thread variables, so maybe we don't need it there. Windows support should eventually be workable along the same lines.
>>      
>
> This commit breaks the build on FreeBSD - do you have WIP to address
> this already?
>    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20131018/251c5d7f/attachment.html>


More information about the lldb-commits mailing list