From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Pedro Alves <pedro@codesourcery.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [patch 3/2] Do not bpstat_clear_actions on throw_exception - async fixes
Date: Fri, 26 Aug 2011 21:48:00 -0000 [thread overview]
Message-ID: <20110826214750.GB27053@host1.jankratochvil.net> (raw)
In-Reply-To: <201108262238.16387.pedro@codesourcery.com>
On Fri, 26 Aug 2011 23:38:15 +0200, Pedro Alves wrote:
> Thanks.
Checked in.
Thanks,
Jan
http://sourceware.org/ml/gdb-cvs/2011-08/msg00121.html
--- src/gdb/ChangeLog 2011/08/26 21:45:21 1.13285
+++ src/gdb/ChangeLog 2011/08/26 21:47:21 1.13286
@@ -1,5 +1,10 @@
2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
+ * inf-loop.c (inferior_event_handler): Add exception_print in
+ INF_EXEC_COMPLETE.
+
+2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
+
* breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
make_bpstat_clear_actions_cleanup and discard_cleanups for it.
* defs.h (make_bpstat_clear_actions_cleanup): New declaration.
--- src/gdb/inf-loop.c 2011/08/26 21:45:22 1.35
+++ src/gdb/inf-loop.c 2011/08/26 21:47:21 1.36
@@ -121,6 +121,7 @@
{
bpstat_do_actions ();
}
+ exception_print (gdb_stderr, e);
if (!was_sync
&& exec_done_display_p
next prev parent reply other threads:[~2011-08-26 21:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20110823203520.GB4325@host1.jankratochvil.net>
2011-08-24 10:34 ` Pedro Alves
2011-08-26 21:07 ` Jan Kratochvil
2011-08-26 21:38 ` Pedro Alves
2011-08-26 21:48 ` Jan Kratochvil [this message]
2011-08-23 20:36 Jan Kratochvil
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=20110826214750.GB27053@host1.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=pedro@codesourcery.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