From: Michael Snyder <msnyder@vmware.com>
To: gdb-patches@sourceware.org
Subject: Re: RFC: Do not call write_pc for "signal SIGINT"
Date: Thu, 28 Aug 2008 18:13:00 -0000 [thread overview]
Message-ID: <48B6E9F4.5080403@vmware.com> (raw)
In-Reply-To: <20080828155520.GA23110@caradoc.them.org>
Daniel Jacobowitz wrote:
> This FIXME has been there since the dawn of CVS. Removing it causes
> no testsuite regressions on x86_64-linux; I don't think it will on
> other platforms either.
>
> Any comments on this patch? Otherwise I'll check it in after a little
> while.
Hmmm, kind of opaque. Your new code seems like the right
thing to do, but I don't understand the code that you're replacing.
Isn't -1 supposed to mean the same as stop_pc?
And isn't signal 0 equivalent to no signal?
> This isn't the only place where Linux's internal errno codes can leak
> back into user programs because of how we fiddle orig_eax. I'll file
> another bug report about that.
Now you've really lost me. What have errno codes
got to do with this?
> 2008-08-28 Daniel Jacobowitz <dan@codesourcery.com>
>
> PR gdb/2241
> * infcmd.c (signal_command): Do not specify a resume PC.
>
> Index: infcmd.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/infcmd.c,v
> retrieving revision 1.200
> diff -u -p -r1.200 infcmd.c
> --- infcmd.c 21 Aug 2008 20:13:08 -0000 1.200
> +++ infcmd.c 28 Aug 2008 15:51:15 -0000
> @@ -1123,11 +1123,7 @@ signal_command (char *signum_exp, int fr
> }
>
> clear_proceed_status ();
> - /* "signal 0" should not get stuck if we are stopped at a breakpoint.
> - FIXME: Neither should "signal foo" but when I tried passing
> - (CORE_ADDR)-1 unconditionally I got a testsuite failure which I haven't
> - tried to track down yet. */
> - proceed (oursig == TARGET_SIGNAL_0 ? (CORE_ADDR) -1 : stop_pc, oursig, 0);
> + proceed ((CORE_ADDR) -1, oursig, 0);
> }
>
> /* Proceed until we reach a different source line with pc greater than
next prev parent reply other threads:[~2008-08-28 18:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-28 15:56 Daniel Jacobowitz
2008-08-28 18:13 ` Michael Snyder [this message]
2008-08-28 18:19 ` Daniel Jacobowitz
2008-08-28 18:38 ` Michael Snyder
2008-08-28 22:33 ` Daniel Jacobowitz
2008-11-18 4:18 ` Daniel Jacobowitz
2008-11-18 5:46 ` Pedro Alves
2009-01-20 15:32 ` Daniel Jacobowitz
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=48B6E9F4.5080403@vmware.com \
--to=msnyder@vmware.com \
--cc=gdb-patches@sourceware.org \
/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