From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1396 invoked by alias); 30 Jun 2007 18:25:58 -0000 Received: (qmail 1383 invoked by uid 22791); 30 Jun 2007 18:25:57 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 30 Jun 2007 18:25:53 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-245-109.inter.net.il [84.228.245.109]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HCS64264 (AUTH halo1); Sat, 30 Jun 2007 21:25:56 +0300 (IDT) Date: Sat, 30 Jun 2007 18:52:00 -0000 Message-Id: From: Eli Zaretskii To: Jan Kratochvil CC: gdb-patches@sourceware.org In-reply-to: <20070630163930.GA12233@host0.dyn.jankratochvil.net> (message from Jan Kratochvil on Sat, 30 Jun 2007 18:39:30 +0200) 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> 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-06/txt/msg00546.txt.bz2 > Date: Sat, 30 Jun 2007 18:39:30 +0200 > From: Jan Kratochvil > Cc: Eli Zaretskii > > While it is considered only as a bugfix the behavior whether the detached > process is left stopped or unstopped is definitely unclear. Documented. Thanks. > --- ./gdb/NEWS 21 Jun 2007 15:18:50 -0000 1.232 > +++ ./gdb/NEWS 30 Jun 2007 16:27:37 -0000 > @@ -44,6 +44,9 @@ segment base addresses (rather than offs > * The /i format now outputs any trailing branch delay slot instructions > immediately following the last instruction within the count specified. > > +* Stopped processes may get attached now. Signals being delivered at the time ^^^^^^^^^^^^^^^^^^^^ Should this be "may get attached to now"? Other than that, I'm okay with both the NEWS and gdb.texinfo patches.