From: Pedro Alves <pedro@codesourcery.com>
To: gdb-patches@sourceware.org
Cc: Tom Tromey <tromey@redhat.com>
Subject: Re: [3/3] RFC: fix PR mi/8444
Date: Wed, 16 Nov 2011 21:31:00 -0000 [thread overview]
Message-ID: <201111162131.09204.pedro@codesourcery.com> (raw)
In-Reply-To: <m3obwbhm0i.fsf@fleche.redhat.com>
On Wednesday 16 November 2011 20:04:29, Tom Tromey wrote:
> @@ -11144,6 +11195,9 @@ internal_bkpt_print_it (bpstat bs)
> variable? (If so, we report this as a generic, "Stopped due
> to shlib event" message.) */
> printf_filtered (_("Stopped due to shared library event\n"));
> + if (ui_out_is_mi_like_p (uiout))
> + ui_out_field_string (uiout, "reason",
> + async_reason_lookup (EXEC_ASYNC_SOLIB_EVENT));
TARGET_WAITKIND_LOADED targets print this elsewhere, as
they don't use a shared library event breakpoint. See
infrun.c:normal_stop. Can you give that the same treatment?
--
Pedro Alves
next prev parent reply other threads:[~2011-11-16 21:31 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-16 20:28 Tom Tromey
2011-11-16 21:31 ` Pedro Alves [this message]
2011-11-17 16:41 ` Tom Tromey
2011-11-22 14:55 ` Pedro Alves
2011-11-22 21:22 ` Tom Tromey
2011-11-25 16:08 ` Ulrich Weigand
2011-12-02 1:18 ` [patch] testsuite: Fix mi-solib.exp without debuginfos [Re: [3/3] RFC: fix PR mi/8444] Jan Kratochvil
2011-12-02 16:17 ` Tom Tromey
2011-12-02 22:36 ` [commit] " Jan Kratochvil
2011-12-09 21:26 ` Tom Tromey
2011-12-09 21:54 ` Jan Kratochvil
2011-12-09 21:56 ` Tom Tromey
2011-11-17 4:03 ` [3/3] RFC: fix PR mi/8444 Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201111162131.09204.pedro@codesourcery.com \
--to=pedro@codesourcery.com \
--cc=gdb-patches@sourceware.org \
--cc=tromey@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox