From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5958 invoked by alias); 2 Jan 2007 15:58:06 -0000 Received: (qmail 5950 invoked by uid 22791); 2 Jan 2007 15:58:05 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 02 Jan 2007 15:58:01 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H1m1X-0003RR-B4; Tue, 02 Jan 2007 10:57:59 -0500 Date: Tue, 02 Jan 2007 15:58:00 -0000 From: Daniel Jacobowitz To: Mangesh Edake Cc: gdb Subject: Re: different packet sequence form same gdb version Message-ID: <20070102155759.GA13174@nevyn.them.org> Mail-Followup-To: Mangesh Edake , gdb References: <20070102155553.66186.qmail@web50502.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070102155553.66186.qmail@web50502.mail.yahoo.com> User-Agent: Mutt/1.5.13 (2006-08-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: 2007-01/txt/msg00014.txt.bz2 On Tue, Jan 02, 2007 at 07:55:53AM -0800, Mangesh Edake wrote: > Hi all, > > I am using a cross gdb (arm-elf-gdb.exe) on windows. > I have two arm-elf-gdb.exe files of same gdb version > 6.1. One I got from precompiled GNUARM toolchain and > one is compiled by me on cygwin from sources > (gdb-6.1.tar.gz, dated 2004-04-03). > With both of these, I am getting different packet > sequence while I debug the same program. I don't know > how this can happen? Even the beahviour I noticed is > different for both of arm-elf-gdb.exe's. Come on, think about it. You have two GDBs from different sources. Presumably they have different patches applied. Ask the people you got the sources from. -- Daniel Jacobowitz CodeSourcery