* William Cohen:

> The dwfl_report_proc_map() will handle when things are added to the
> memory map.  Is there anything to handle the inverse event when memory
> is removed from the process memory map, such as a dlcose()?

If there's something we can do here on the glibc side, please let us
know.  I think by default, dlclose needs to unmap the address space, so
options might be somewhat limited.  But for debugging purposes, I've
long since wanted a mode where dlclose keeps the address space reserved,
so that it becomes easier to diagnose dlclose misuse.

Thanks,
Florian

Reply via email to