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

Richard Mitton richard at codersnotes.com
Wed Oct 16 11:52:24 PDT 2013


  Per comments, fixed DWARF expressions to take an optional module, and moved TLS handling from Process over into Thread.

http://llvm-reviews.chandlerc.com/D1944

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D1944?vs=4936&id=4965#toc

Files:
  include/lldb/Target/Process.h
  include/lldb/Target/Thread.h
  source/Expression/DWARFExpression.cpp
  source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  source/Plugins/Process/POSIX/POSIXThread.cpp
  source/Plugins/Process/POSIX/POSIXThread.h
  source/Plugins/Process/POSIX/ProcessPOSIX.cpp
  source/Plugins/Process/POSIX/ProcessPOSIX.h
  source/Target/Process.cpp
  source/Target/Thread.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1944.2.patch
Type: text/x-patch
Size: 9624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20131016/c97a6ba7/attachment.bin>


More information about the lldb-commits mailing list