From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23493 invoked by alias); 9 Nov 2004 18:59:43 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23438 invoked from network); 9 Nov 2004 18:59:37 -0000 Received: from unknown (HELO smtp004.mail.ukl.yahoo.com) (217.12.11.35) by sourceware.org with SMTP; 9 Nov 2004 18:59:37 -0000 Received: from unknown (HELO Kindrogan) (compxsuk@81.136.112.227 with login) by smtp004.mail.ukl.yahoo.com with SMTP; 9 Nov 2004 18:59:36 -0000 Reply-To: From: "Jon Beniston" To: "'Andrew Cagney'" Cc: Subject: RE: Error codes in Remote Serial Protocol Date: Tue, 09 Nov 2004 20:11:00 -0000 Organization: CompXs Message-ID: <001501c4c68e$401db180$0bbda8c0@Kindrogan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <4190DA47.6060701@gnu.org> X-SW-Source: 2004-11/txt/msg00087.txt.bz2 Hi Andrew, > Jon Beniston wrote: > > Hi, > > > > Many of the commands in the remote serial protocol can > return an error > > code, 'ENN'. Are the values for these error codes defined anywhere? > > No. > > Perhaphs we should adopt those found in "include/gdb/fileio.h"? Are you refering to the errno codes? Do they really capture the type of errors we wish to return (i.e. no more breakpoint registers available). Cheers, Jon