[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:37:28 PDT 2013


Cool thanks.
I believe the metadata symbols are named (and possibly formatted) 
differently, so it won't be a straight drop-in.

I should be able to look at it later today hopefully.


Ed Maste wrote:
> On 18 October 2013 15:12, Richard Mitton<richard at codersnotes.com>  wrote:
>    
>> 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?
>>      
>
> The issue was just the lack of an implementation in the FreeBSD
> ProcessMonitor class (and there's no common base, unlike most of the
> rest of the Linux/FreeBSD support).
>
> I suspect the Linux implementation will work as-is but I won't be able
> to test and confirm today so I added a stub to make the the buildbot
> happy for now.
>    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20131018/25b4dfa5/attachment.html>


More information about the lldb-commits mailing list