From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31297 invoked by alias); 16 Feb 2011 11:31:28 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 31287 invoked by uid 22791); 16 Feb 2011 11:31:27 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SARE_SUB_IMPROVE,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Wed, 16 Feb 2011 11:31:00 -0000 From: Jan Kratochvil To: Roland McGrath Cc: Project Archer , Oleg Nesterov Subject: Re: ptrace improvement ideas (QPassSignals) Message-ID: <20110216113110.GA18421@host1.dyn.jankratochvil.net> References: <20110203223905.D0C77180081@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110203223905.D0C77180081@magilla.sf.frob.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2011-q1/txt/msg00058.txt.bz2 On Thu, 03 Feb 2011 23:39:05 +0100, Roland McGrath wrote: > These are a few ideas to get the discussion started. An idea about another simple ptrace extension - to set a set of signals which are not interesting to GDB, like what exists in the gdbserver protocol: info '(gdb)QPassSignals' `QPassSignals: SIGNAL [;SIGNAL]...' Each listed SIGNAL should be passed directly to the inferior process. Signals are numbered identically to continue packets and which applies to 'nostop noprint pass' signals such as SIGCHLD by default. Thanks, Jan