]> sourceware.org Git - newlib-cygwin.git/commit - winsup/utils/ldd.cc
ldd: terminate process on hitting breakpoint
authorCorinna Vinschen <corinna@vinschen.de>
Sat, 2 Jul 2016 10:27:04 +0000 (12:27 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Sat, 2 Jul 2016 10:27:04 +0000 (12:27 +0200)
commit9f54ceadae4336b83a724bd3370c0c2dcd00b935
tree7ac372ba5f6a34af86ac552e0701e06ecccb5dc1
parent29600e04e3408a83e4989d9ebce7f80ff3aaea61
ldd: terminate process on hitting breakpoint

So far ldd terminates the inferior process as soon as some thread
is started.  Apparently threads are started from even ntdll.dll
before the main thread of the application is started.  As a result
the dll list is cut short since ldd terminates prematurely.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/utils/ldd.cc
This page took 0.025797 seconds and 5 git commands to generate.