From: Mike Frysinger <vapier@gentoo.org>
To: Pedro Alves <palves@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH] sim: d10v: fix signal updates
Date: Mon, 06 Apr 2015 16:51:00 -0000 [thread overview]
Message-ID: <20150406165103.GO16816@vapier> (raw)
In-Reply-To: <55227556.1050105@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 606 bytes --]
On 06 Apr 2015 13:00, Pedro Alves wrote:
> On 04/03/2015 01:40 AM, Mike Frysinger wrote:
> > @@ -936,17 +936,14 @@ sim_resume (SIM_DESC sd, int step, int siggnal)
> > {
> > case 0:
> > break;
> > -#ifdef SIGBUS
> > - case SIGBUS:
> > -#endif
> > - case SIGSEGV:
> > + case GDB_SIGNAL_BUS:
>
> OOC, why no SIGSEGV -> GDB_SIGNAL_SEGV ?
there probably is no good reason. this particular update matches what the other
signal handling point update did (it normalized BUS & SEGV into BUS). i can see
about updating both to handle SEGV & BUS independently.
-mike
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2015-04-06 16:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-03 0:40 Mike Frysinger
2015-04-06 12:01 ` Pedro Alves
2015-04-06 16:51 ` Mike Frysinger [this message]
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=20150406165103.GO16816@vapier \
--to=vapier@gentoo.org \
--cc=gdb-patches@sourceware.org \
--cc=palves@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