[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 12:29:08 PDT 2013


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.



More information about the lldb-commits mailing list