From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25471 invoked by alias); 19 Dec 2007 15:30:13 -0000 Received: (qmail 25463 invoked by uid 22791); 19 Dec 2007 15:30:12 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Dec 2007 15:30:05 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1J50s0-0001mg-AQ for gdb@sourceware.org; Wed, 19 Dec 2007 07:30:04 -0800 Message-ID: <14418949.post@talk.nabble.com> Date: Wed, 19 Dec 2007 15:30:00 -0000 From: Guillaume MENANT To: gdb@sourceware.org Subject: Re: GDB startup session with Eclipse In-Reply-To: <20071219135523.GA20046@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: guillaume.menant@geensys.com References: <14416165.post@talk.nabble.com> <20071219135523.GA20046@caradoc.them.org> 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: 2007-12/txt/msg00142.txt.bz2 Yes of course I've read the remote protocol chapter in the manual but I think there is a lack of information on the GDB startup sequence and perhaps on mandatory commands (in the manual mandatory commands are g, G, m, M, c and s). For now, I've implemented the qSupported command because I want the flash support but qC, qOffsets and ? don't seems mandatory to me. I don't know what is the Hc-1 command too. Eclipse don't seems happy when I reply an empty reply to the '?' command but I don't know why and if it's a problem. Thanks. (I'm french, with pretty good english, but my misunderstanding of the manual can come from there too) Daniel Jacobowitz-2 wrote: > > On Wed, Dec 19, 2007 at 04:35:47AM -0800, Guillaume MENANT wrote: >> >> Hello, Eclispe send by GDB to my stub the following commands : >> >> qSupported >> Hc-1 (not even found in the GDB documentation) >> qC >> qOffsets >> ? >> >> Which one is mandatory to reply to ? Currently, I'm only replying to >> qSupported. What is the purpose of 'qOffsets' and '?' commands ? > > Have you read the protocol documentation in the manual? It should > answer these questions; if it does not, please be clearer so we can > improve the manual. > > -- > Daniel Jacobowitz > CodeSourcery > > -- View this message in context: http://www.nabble.com/GDB-startup-session-with-Eclipse-tp14416165p14418949.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.