Re: [uclibc-ng-devel] ld.so cleanup

2017-06-29 Thread Waldemar Brodkorb
Hi Max, Max Filippov wrote, > Hi Waldemar, > > On Mon, Jun 26, 2017 at 11:36 AM, Waldemar Brodkorb > wrote: > > I would suggest following patch, which removes the special > > communication between ld.so and gdb. > > While debugging a ld.so issue with gdb 8.0 on alpha, I

Re: [uclibc-ng-devel] ld.so cleanup

2017-06-28 Thread Max Filippov
Hi Waldemar, On Mon, Jun 26, 2017 at 11:36 AM, Waldemar Brodkorb wrote: > I would suggest following patch, which removes the special > communication between ld.so and gdb. > While debugging a ld.so issue with gdb 8.0 on alpha, I recognized > that the debugger stalled when

Re: [uclibc-ng-devel] ld.so cleanup

2017-06-26 Thread Vineet Gupta
+CC Anton who maintains gdb for ARC On 06/26/2017 09:36 PM, Waldemar Brodkorb wrote: Hi, I would suggest following patch, which removes the special communication between ld.so and gdb. While debugging a ld.so issue with gdb 8.0 on alpha, I recognized that the debugger stalled when trying to

[uclibc-ng-devel] ld.so cleanup

2017-06-26 Thread Waldemar Brodkorb
Hi, I would suggest following patch, which removes the special communication between ld.so and gdb. While debugging a ld.so issue with gdb 8.0 on alpha, I recognized that the debugger stalled when trying to execute this code. It thought this code was added to help debugging ld.so, but it seems