[Lldb-commits] [PATCH] Support indirect dyld link information (used on MIPS)
Ed Maste
emaste at freebsd.org
Thu Oct 10 14:18:54 PDT 2013
On 10 October 2013 15:55, Greg Clayton <gclayton at apple.com> wrote:
> Since "indirect" is required, we should probably make it a reference instead of a pointer so no one has to NULL check "indirect". You will need to update all of the other ObjectFilePlugins (machO, COFF, etc).
Ok, I uploaded a new version with the change to a reference.
I was a bit surprised to find that Mach-O and PECOFF don't override
GetImageInfoAddress.
More information about the lldb-commits
mailing list