From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26857 invoked by alias); 24 Sep 2007 16:51:05 -0000 Received: (qmail 26848 invoked by uid 22791); 24 Sep 2007 16:51:04 -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; Mon, 24 Sep 2007 16:50:58 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id DAA09982AD; Mon, 24 Sep 2007 16:50:56 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id B94C798153; Mon, 24 Sep 2007 16:50:56 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IZr94-0005w2-O0; Mon, 24 Sep 2007 12:50:54 -0400 Date: Mon, 24 Sep 2007 17:04:00 -0000 From: Daniel Jacobowitz To: Roland Puntaier Cc: gdb@sourceware.org Subject: Re: GDB 6.6, remote, more threads Message-ID: <20070924165054.GA22797@caradoc.them.org> Mail-Followup-To: Roland Puntaier , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) 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-09/txt/msg00189.txt.bz2 On Mon, Sep 24, 2007 at 06:43:44PM +0200, Roland Puntaier wrote: > Hello, > > The following behavior looks strange to me. Could this be a bug in GDB? Or > maybe I simply miss something. > > I have a program with two threads I set up to test my gdbServer. Each > thread function has 3 lines of code and every line has a breakpoint. > I do successive 'c's at the Gdb prompt. > > Here Gdb gets 'T0505...08:5b698303;..' corresponding to one breakpoint > ($Z0,383695b,1#b7). > So GdbServer tells Gdb that a breakpoint was hit, but Gdb ignores it and > does a 'vCont;c' again. Try "set debug infrun 1" to see what's going on. What target is this? -- Daniel Jacobowitz CodeSourcery