From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6581 invoked by alias); 14 Dec 2011 21:16:54 -0000 Received: (qmail 6571 invoked by uid 22791); 14 Dec 2011 21:16:53 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Dec 2011 21:16:40 +0000 Received: by vcbfk26 with SMTP id fk26so1183544vcb.0 for ; Wed, 14 Dec 2011 13:16:39 -0800 (PST) Received: by 10.52.16.144 with SMTP id g16mr296234vdd.131.1323897399631; Wed, 14 Dec 2011 13:16:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.16.144 with SMTP id g16mr296226vdd.131.1323897399554; Wed, 14 Dec 2011 13:16:39 -0800 (PST) Received: by 10.220.199.4 with HTTP; Wed, 14 Dec 2011 13:16:39 -0800 (PST) In-Reply-To: <20111201201931.GA14300@host2.jankratochvil.net> References: <20111124000052.14DC12461B1@ruffy.mtv.corp.google.com> <20111127204011.GA4606@host1.jankratochvil.net> <20111201194954.GA13230@host2.jankratochvil.net> <20111201201931.GA14300@host2.jankratochvil.net> Date: Wed, 14 Dec 2011 21:17:00 -0000 Message-ID: Subject: Re: [RFA] Don't immediately SIGTERM the child of "target remote |". From: Doug Evans To: Jan Kratochvil Cc: Eli Zaretskii , gdb-patches@sourceware.org X-System-Of-Record: true Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2011-12/txt/msg00479.txt.bz2 On Thu, Dec 1, 2011 at 12:19 PM, Jan Kratochvil wrote: > On Thu, 01 Dec 2011 21:12:57 +0100, Doug Evans wrote: >> I thought of that but punted on portability grounds. >> There are lots of places in gdb that still use int. > > Yes but pid_t is also already in use and configure already checks and def= ines > pid_t when needed (AC_TYPE_PID_T probably). =A0Although just indirectly v= ia some > other macro. > /* Define to `int' if does not define. */ > /* #undef pid_t */ > > Anyway not much worth a discussion. Committed with pid_t.