> On Jan 7, 2016, at 9:02 AM, Eugene Birukov <eugen...@hotmail.com> wrote:
> 
> Forking the thread since image list looks like an independent issue.
> 
>       • There is no image base addresses on Linux. Is this a known issue? 

It is now!

>       • I did not find any C++ API to get it in my program. Did I miss it? 
> Seems useful...

The main question is what do you consider to be your "image address"? For MachO 
files on MacOSX, it is the address of the mach header in memory. If the ELF 
header and all of the program headers and sections headers are actually in 
memory, then the address should be the address of the ELF header.

_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to