[JITLoaderGDB] Read jit entry struct manually.
authorSiva Chandra <sivachandra@google.com>
Wed, 23 Mar 2016 23:27:23 +0000 (23:27 +0000)
committerSiva Chandra <sivachandra@google.com>
Wed, 23 Mar 2016 23:27:23 +0000 (23:27 +0000)
commit02f593f0b88c21b1f738d86ec8277c66e2d8eff0
tree6448b2198d58c68afae9ce46f81734d6ba2411e5
parent9a95275132f4f8de166517721920828e0e02cb2b
[JITLoaderGDB] Read jit entry struct manually.

Summary:
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.

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D18379

llvm-svn: 264217
lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h