Re: [PATCH] Cygwin: ldd: Try harder to get dll names

2019-08-15 Thread Corinna Vinschen
On Aug 14 22:59, Mark Geisert wrote: > Borrow a trick from strace to lessen occurrences of "??? => ???" in ldd > output. Specifically, if the module name isn't found in the usual place > in the mapped image, use the file handle we have to look up the name. > > --- > winsup/utils/Makefile.in |

[PATCH] Cygwin: ldd: Try harder to get dll names

2019-08-15 Thread Mark Geisert
Borrow a trick from strace to lessen occurrences of "??? => ???" in ldd output. Specifically, if the module name isn't found in the usual place in the mapped image, use the file handle we have to look up the name. --- winsup/utils/Makefile.in | 2 +- winsup/utils/ldd.cc | 44