Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Wu Zhou <woodzltc@cn.ibm.com>
To: Daniel Jacobowitz <drow@false.org>
Cc: gdb@sourceware.org
Subject: Re: expected behavior when a signal is sent to the ptraced child
Date: Thu, 25 May 2006 12:07:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.64.0605251143290.2738@localhost.localdomain> (raw)
In-Reply-To: <20060525032939.GA18883@nevyn.them.org>

Hi Daniel,

On Wed, 24 May 2006, Daniel Jacobowitz wrote:

> On Thu, May 25, 2006 at 10:36:37AM +0800, Wu Zhou wrote:
> > It will stop instead. then the wait function of the prarent (in our case, 
> > GDB) will return and get the control. It can inspect the status of the 
> > child and know what cause the child to stop.  Then gdb can let the child
> > continue using PTRACE_CONT, in this it can choose to delieve the signal on 
> > to the child, and also ignore it, and even deliver a different signal.
> 
> Yes.

Thanks for the confirmation.

> 
> > If my understanding is correct. Then a follow up question is how to make 
> > the child not to call its signal handler and to stop instead.  The reason 
> > I ask this is that with one kernel, I get different result than the above
> > with the following test code:
> 
> If the child receives a signal, it will stop.  It looks to me as if
> your kernel is not generating the signal in the normal way, i.e.
> somehow bypassing normal delivery.

In this testcase, the child enters into the signal handler and then it 
continues its execution until its end.  The parent get the control then.

I guess you are right, the kernel guy I am working with might use a 
non-normal way to generate the signal.  I need to confirm with him about 
that though.

Thanks for your quick answer!
- Wu Zhou


  reply	other threads:[~2006-05-25  4:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-25  4:16 Wu Zhou
2006-05-25  9:06 ` Daniel Jacobowitz
2006-05-25 12:07   ` Wu Zhou [this message]
2006-05-25 13:06 ` Andreas Schwab
2006-05-25 19:37   ` Daniel Jacobowitz
2006-05-26 20:57     ` Wu Zhou
2006-05-25 13:47 Wu Zhou
2006-05-26  2:18 Wu Zhou

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=Pine.LNX.4.64.0605251143290.2738@localhost.localdomain \
    --to=woodzltc@cn.ibm.com \
    --cc=drow@false.org \
    --cc=gdb@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