This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFC: hacky fix for PR 12406
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org, Gary Benson <gbenson at redhat dot com>
- Date: Wed, 11 Jan 2012 23:46:13 +0100
- Subject: Re: RFC: hacky fix for PR 12406
- References: <m34nw26pct.fsf@fleche.redhat.com>
On Wed, 11 Jan 2012 19:55:30 +0100, Tom Tromey wrote:
> This patch changes the output to:
>
> (gdb) set stop-on-solib-events 1
> (gdb) r
> Starting program: /tmp/q
> [Inferior loaded library /lib64/ld-linux-x86-64.so.2]
> Stopped due to shared library event
I find it OK, also an unload would be good to notify there. There will still
be some no-operations stops without Gary's STAP-probe-in-ld.so.
Thanks,
Jan