Hi, I'm trying to obtain the r_debug structure from a core file. It seems that elfutils is able to obtain the structure using the "dwfl_link_map_report" function, but unfortunately this is internal.
Is there a known way to obtain the structure using functions from the public API? If not, would you be willing to expose one or make dwfl_link_map_report public? Thanks for your consideration, Pablo Galindo