[Lldb-commits] [PATCH] Fix JITLoaderGDB for 64-bit host and 32-bit target
Jason Molenda
jmolenda at apple.com
Fri Sep 12 14:57:50 PDT 2014
I think this is Keno Fischer's code.
> On Sep 12, 2014, at 12:19 PM, Tong Shen <endlessroad at google.com> wrote:
>
> 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
> <D5339.13654.patch>
More information about the lldb-commits
mailing list