This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [4/4] RFC: implement catch load and catch unload
- From: Tom Tromey <tromey at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org, marc dot khouzam at ericsson dot com
- Date: Tue, 24 Jan 2012 09:55:52 -0700
- Subject: Re: [4/4] RFC: implement catch load and catch unload
- References: <m3d3afxweq.fsf@fleche.redhat.com> <4F19B998.2030308@redhat.com>
CC'ing Marc Khouzam for this one sub-thread.
Pedro> I know Eclipse used to rely "set stop-on-solib-events 1". Not sure they
Pedro> still do. So if it doesn't convert to the MI events, it'll break. Maybe
Pedro> just one more reason to make sure they do adjust. :-)
I think the change here occurred with the patch to PR 8444. That patch
changed a printf_filtered to ui_out_text. I can add the printf_filtered
back -- but I think it would be better for Eclipse and other MI clients
to just start examining the new *stopped reasons. (The MI docs have a
list of these...)
Marc, I am curious to know what Eclipse uses this for.
Tom