From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31228 invoked by alias); 1 Jul 2007 03:17:43 -0000 Received: (qmail 31219 invoked by uid 22791); 1 Jul 2007 03:17:42 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 01 Jul 2007 03:17:40 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-30-28.inter.net.il [80.230.30.28]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IFH74708 (AUTH halo1); Sun, 1 Jul 2007 06:17:30 +0300 (IDT) Date: Sun, 01 Jul 2007 03:17:00 -0000 Message-Id: From: Eli Zaretskii To: Mark Kettenis CC: jan.kratochvil@redhat.com, gdb-patches@sourceware.org In-reply-to: <200706301852.l5UIq8ek010536@brahms.sibelius.xs4all.nl> (message from Mark Kettenis on Sat, 30 Jun 2007 20:52:08 +0200 (CEST)) Subject: Re: [patch] Fix Linux attach to signalled/stopped processes Reply-to: Eli Zaretskii References: <20070606143432.GA11555@host0.dyn.jankratochvil.net> <200706151801.l5FI1xH6022843@brahms.sibelius.xs4all.nl> <20070626210341.GA1406@host0.dyn.jankratochvil.net> <200706262254.l5QMsrPn007445@brahms.sibelius.xs4all.nl> <20070627065203.GA9427@host0.dyn.jankratochvil.net> <20070630101854.GA29173@host0.dyn.jankratochvil.net> <20070630163930.GA12233@host0.dyn.jankratochvil.net> <200706301852.l5UIq8ek010536@brahms.sibelius.xs4all.nl> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-07/txt/msg00000.txt.bz2 > Date: Sat, 30 Jun 2007 20:52:08 +0200 (CEST) > From: Mark Kettenis > CC: gdb-patches@sourceware.org, eliz@gnu.org > > > +* Stopped processes may get attached now. Signals being delivered at the time > > +of the attach command no longer get lost. > > + > > * New commands > > I don't think this is newsworthy. I do. > At the very least this is misleading. This always was supposed to > work. And it does on most operating systems. I'm pretty sure it > worked on Linux too in the past. Then all we need is a trivial change like this: On GNU/Linux, stopped processes may get attached now. Signals being delivered at the time of the attach command no longer get lost.