From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24249 invoked by alias); 1 Jul 2007 09:34:23 -0000 Received: (qmail 24239 invoked by uid 22791); 1 Jul 2007 09:34:23 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 01 Jul 2007 09:34:20 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0) with ESMTP id l619Y6nI015950; Sun, 1 Jul 2007 11:34:07 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0/Submit) id l619Y54T008830; Sun, 1 Jul 2007 11:34:05 +0200 (CEST) Date: Sun, 01 Jul 2007 09:34:00 -0000 Message-Id: <200707010934.l619Y54T008830@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: mark.kettenis@xs4all.nl, jan.kratochvil@redhat.com, gdb-patches@sourceware.org In-reply-to: (message from Eli Zaretskii on Sun, 01 Jul 2007 06:17:31 +0300) Subject: Re: [patch] Fix Linux attach to signalled/stopped processes 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> 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/msg00002.txt.bz2 > Date: Sun, 01 Jul 2007 06:17:31 +0300 > From: Eli Zaretskii > > > 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. Fine with me.