From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28014 invoked by alias); 15 Jun 2007 18:02:34 -0000 Received: (qmail 27941 invoked by uid 22791); 15 Jun 2007 18:02:14 -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; Fri, 15 Jun 2007 18:02:11 +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 l5FI209v028403; Fri, 15 Jun 2007 20:02:00 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0/Submit) id l5FI1xH6022843; Fri, 15 Jun 2007 20:01:59 +0200 (CEST) Date: Fri, 15 Jun 2007 18:02:00 -0000 Message-Id: <200706151801.l5FI1xH6022843@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: jan.kratochvil@redhat.com CC: gdb-patches@sourceware.org In-reply-to: <20070606143432.GA11555@host0.dyn.jankratochvil.net> (message from Jan Kratochvil on Wed, 6 Jun 2007 16:34:32 +0200) Subject: Re: [patch] Fix Linux attach to signalled/stopped processes References: <20070606143432.GA11555@host0.dyn.jankratochvil.net> 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/msg00297.txt.bz2 > Date: Wed, 6 Jun 2007 16:34:32 +0200 > From: Jan Kratochvil > > The patch changes the functionality of TO_ATTACH. The former > functionality was too UNIX centric. I was reading all the TO_ATTACH > OS-flavor implementations and I believe the non-"inf-ptrace.c" ones > do not need update. The code was tested only on Linux kernel, > though. I disagree here. You're adding all sorts of goo to work around Linux-specific problems. Please put this stuff in linux-nat.c