From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5088 invoked by alias); 23 Feb 2007 14:48:58 -0000 Received: (qmail 5078 invoked by uid 22791); 23 Feb 2007 14:48:57 -0000 X-Spam-Check-By: sourceware.org Received: from hb17.de (HELO ww17.hb17.de) (80.190.209.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Feb 2007 14:48:44 +0000 Received: from insanenotebook (p57A2BD12.dip0.t-ipconnect.de [87.162.189.18]) by ww17.hb17.de (ww17.hb17.de) with ESMTP id 3FBB510230; Fri, 23 Feb 2007 16:47:02 +0100 (CET) From: "Sascha" To: "'Daniel Jacobowitz'" Cc: References: <000301c756b7$5c359d90$02b2a8c0@insanenotebook> <20070222195655.GA26759@caradoc.them.org> Subject: AW: MI, remote protocol and error codes Date: Fri, 23 Feb 2007 17:12:00 -0000 Message-ID: <000001c75759$b9574a80$02b2a8c0@insanenotebook> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20070222195655.GA26759@caradoc.them.org> 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: 2007-02/txt/msg00247.txt.bz2 Hi, >Are you sure you're replying with an error code, not with an empty packet? There should be no other way to get this message. You are right. There was a bug in the stub code. The stub does now reply with ENN reply and the message I get is: "Error accessing memory address 0x2001a4: (undocumented errno -1)". It does mention an errno, but it's not the one I put in the ENN reply. Well, I guess I will have to create hack for GDB to make it reply with the information I need. Thanks Sascha