This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: time to workaround libc/13097 in fsf gdb?


On Fri, 12 Sep 2014 14:14:36 +0200, Pedro Alves wrote:
> I was more inclined to leave the vdso in the shared library list
> though, like ldd does, than filtering it out.  Like, similar to
> your gdbarch_solib_file_not_found_is_ok patch, but look at the
> addresses rather than filenames in the hook.  I'm not sure
> whether that'd complicate things too much.

Everything can be done but this is again changing a direction/behavior of GDB
upon receiving a fix of current behavior.  So far GDB has not been including
vDSO in the library list and the patch was fixing that behavior.  One can go
very far from doing one fix up to rewriting GDB from scratch.


Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]