[Lldb-commits] [PATCH] Support indirect dyld link information (used on MIPS)
Greg Clayton
gclayton at apple.com
Thu Oct 10 14:43:19 PDT 2013
On Oct 10, 2013, at 2:18 PM, Ed Maste <emaste at freebsd.org> wrote:
> 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.
Yep, you are correct, they don't require any information from any object files, we get the address information from a system call on Darwin.
Greg
More information about the lldb-commits
mailing list