Re: [RFC PATCH] New SA_NOPRNOTIF sigaction flag

From: Daniel Jacobowitz
Date: Tue Sep 27 2005 - 15:39:38 EST


On Tue, Sep 27, 2005 at 10:24:23AM -0600, Davda, Bhavesh P (Bhavesh) wrote:
> About the priority inversion and running the debugger at higher priority
> then the debuggee, that's a moot point. You're still doing too many
> pointless context switches to the debugger only to do nothing and switch
> back to the debuggee.

Depending on your debugger, they may not be pointless.

> Besides, putting this responsibility (ignore SIGCHLDs for signal X from
> Task Y) in the debugger requires the debugger to have information about
> the debuggee, like Task Y is special for handling signal X, and I'm
> going to ptrace() ignore SIGCHLD's from Task Y.
>
> See where I'm going with this?

Hint: your debugger already needs to know this. GDB already does. It
has a list of signals not to bother stopping or displaying to the user.
SIGCHLD is on it by default. If not, you'd see the debugger prompt
after each one of these context switches.

--
Daniel Jacobowitz
CodeSourcery, LLC
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/