On Oct 10, 2013, at 2:18 PM, Ed Maste <[email protected]> wrote: > On 10 October 2013 15:55, Greg Clayton <[email protected]> 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 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
