From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3623 invoked by alias); 17 Jan 2008 14:41:44 -0000 Received: (qmail 3608 invoked by uid 22791); 17 Jan 2008 14:41:44 -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, 17 Jan 2008 14:41:19 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 5AA9498297; Thu, 17 Jan 2008 14:41:18 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 3E4569801D; Thu, 17 Jan 2008 14:41:17 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JFVvh-0002f5-2i; Thu, 17 Jan 2008 09:41:17 -0500 Date: Thu, 17 Jan 2008 14:41:00 -0000 From: Daniel Jacobowitz To: Guillaume MENANT Cc: gdb@sourceware.org Subject: Re: 'g/G' GDB commands Message-ID: <20080117144117.GD9907@caradoc.them.org> Mail-Followup-To: Guillaume MENANT , gdb@sourceware.org References: <473C1753.1090409@geensys.com> <20071115133842.GB19518@caradoc.them.org> <14437056.post@talk.nabble.com> <14914940.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14914940.post@talk.nabble.com> User-Agent: Mutt/1.5.17 (2007-12-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-01/txt/msg00150.txt.bz2 On Thu, Jan 17, 2008 at 01:18:51AM -0800, Guillaume MENANT wrote: > > I've implemented the reply to the 'g' command but GDB sends me a nack ('-') > each time (3 times and then freeze). A nack means that the packet was corrupted or the checksum was wrong; if the packet was valid but contained bad data you'd get a more specific error. -- Daniel Jacobowitz CodeSourcery