[Lldb-commits] [PATCH] D18379: [JITLoaderGDB] Read jit entry struct manually.

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 22 14:49:06 PDT 2016


sivachandra created this revision.
sivachandra added a reviewer: clayborg.
sivachandra added a subscriber: lldb-commits.

Though r264012 was fancy enough to make reading the jit entry struct
work with templates, the packing and alignment attributes do not work on
Windows. So, this change makes it plain and simple with manual reading
of the jit entry struct.

http://reviews.llvm.org/D18379

Files:
  source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  source/Plugins/JITLoader/GDB/JITLoaderGDB.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18379.51348.patch
Type: text/x-patch
Size: 5451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160322/bdd95e4f/attachment-0001.bin>


More information about the lldb-commits mailing list