[Lldb-commits] [PATCH] Fix JITLoaderGDB for 64-bit host and 32-bit target

Tong Shen endlessroad at google.com
Fri Sep 12 12:19:27 PDT 2014


Hi tfiala, jasonmolenda,

There are target pointer members in struct jit_code_entry and jit_descriptor.

Data layout of those structures should be decided by target, not host.

This fixes JITLoaderGDB for 64-bit host and 32-bit target

http://reviews.llvm.org/D5339

Files:
  source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  source/Plugins/JITLoader/GDB/JITLoaderGDB.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5339.13654.patch
Type: text/x-patch
Size: 2706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140912/14f7c914/attachment.bin>


More information about the lldb-commits mailing list