From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30138 invoked by alias); 12 Apr 2008 07:58:04 -0000 Received: (qmail 30127 invoked by uid 22791); 12 Apr 2008 07:58:03 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 12 Apr 2008 07:57:43 +0000 Received: from HOME-C4E4A596F7 ([80.230.158.193]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0JZ700AM2DEC33J0@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Sat, 12 Apr 2008 11:11:01 +0300 (IDT) Date: Sat, 12 Apr 2008 16:43:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Fix Linux attach to signalled/stopped processes In-reply-to: <20080411210221.GA13599@caradoc.them.org> X-012-Sender: halo1@inter.net.il To: Daniel Jacobowitz Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20080401223012.GA14076@host0.dyn.jankratochvil.net> <20080410153735.GD21662@caradoc.them.org> <20080410154839.GA5375@host0.dyn.jankratochvil.net> <20080410231205.2DBFD26F992@magilla.localdomain> <20080411210221.GA13599@caradoc.them.org> 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: 2008-04/txt/msg00235.txt.bz2 > Date: Fri, 11 Apr 2008 17:02:21 -0400 > From: Daniel Jacobowitz > Cc: Jan Kratochvil , Doug Evans , GDB Patches , mark.kettenis@xs4all.nl > > And all that leaves me with the attached patch. Anyone else want to > test it before I check it in, or see any problems with it? Tested > x86_64-linux. > > -- > Daniel Jacobowitz > CodeSourcery > > 2008-04-11 Jan Kratochvil > Daniel Jacobowitz > > * NEWS: Mention attach to stopped process fix. This part is approved. Thanks.