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

Ed Maste emaste at freebsd.org
Fri Oct 18 11:52:01 PDT 2013


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?




More information about the lldb-commits mailing list