From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14131 invoked by alias); 14 Aug 2008 17:27:29 -0000 Received: (qmail 14121 invoked by uid 22791); 14 Aug 2008 17:27:28 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Aug 2008 17:26:49 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 90E6D983B4; Thu, 14 Aug 2008 17:26:47 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 11FAE98243; Thu, 14 Aug 2008 17:26:46 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KTgb0-0003v8-Ev; Thu, 14 Aug 2008 13:26:46 -0400 Date: Fri, 15 Aug 2008 08:49:00 -0000 From: Daniel Jacobowitz To: Michael Snyder Cc: =?iso-8859-1?Q?Andr=E9_P=F6nitz?= , "gdb@sourceware.org" Subject: Re: How to interpret (encoded?) gdb response Message-ID: <20080814172646.GA15013@caradoc.them.org> Mail-Followup-To: Michael Snyder , =?iso-8859-1?Q?Andr=E9_P=F6nitz?= , "gdb@sourceware.org" References: <200808141113.21141.apoenitz@trolltech.com> <48A45BED.3080606@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48A45BED.3080606@vmware.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00181.txt.bz2 On Thu, Aug 14, 2008 at 09:23:09AM -0700, Michael Snyder wrote: > "kill " without a signal value defaults to SIGKILL, > which cannot be intercepted or differed. That means that > the process goes away "right now". No, it doesn't. kill is SIGTERM. -- Daniel Jacobowitz CodeSourcery