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
Differential D5339
Fix JITLoaderGDB for 64-bit host and 32-bit target endlessroad on Sep 12 2014, 12:19 PM. Authored by
Details
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
Diff Detail Event TimelineComment Actions Ahh, indeed. Did a Google search and found http://lists.cs.uiuc.edu/pipermail/lldb-commits/Week-of-Mon-20140303/010630.html Comment Actions svn commit |