Jlalond wrote:

> The main thing that bothers me is the AddLinkMapSections function. Although 
> it superficially generic, it uses the GetImageInfoAddress, which is only 
> implemented by ObjectFileELF, and only called from the elf-core and 
> posix-dyld plugins (i.e. code which already knows its dealing with elf object 
> files), so I doubt it will be useful elsewhere. Even the name "link map" is 
> very elf-specific, as there's nothing quite like that in other 
> platforms/object file formats.

I completely forgot the recommendation to let the Dynamic loader handle this. I 
will convert this today.

https://github.com/llvm/llvm-project/pull/109477
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to