Re: [PATCH v3 2/6] strip: Adapt src/strip -o -f on mips

2024-12-12 Thread Ying Huang
Ping Thanks, Ying 在 2024/11/1 16:58, Ying Huang 写道: > Ping > > > Thanks, > > Ying > > 在 2024/10/12 17:40, Ying Huang 写道: >> Ping >> >> >> Thanks, >> >> Ying >> >> >> 在 2024/9/27 17:52, Ying Huang 写道: >>> Ping >>> >>> >>> Thanks, >>> >>> Ying >>> >>> >>> 在 2024/9/14 17:45, Ying Huang 写道: P

Re: [RFC] sketch of an unwinder cache interface for elfutils libdwfl

2024-12-12 Thread Frank Ch. Eigler
Hi - > [...] > 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 rese

Re: [RFC] sketch of an unwinder cache interface for elfutils libdwfl

2024-12-12 Thread Florian Weimer
* 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.