From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23473 invoked by alias); 1 Sep 2006 04:08:05 -0000 Received: (qmail 23463 invoked by uid 22791); 1 Sep 2006 04:08:03 -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; Fri, 01 Sep 2006 04:07:55 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GJ0Js-0007CQ-MH; Fri, 01 Sep 2006 00:07:52 -0400 Date: Fri, 01 Sep 2006 04:08:00 -0000 From: Daniel Jacobowitz To: Michael Snyder Cc: "Bizhan Gholikhamseh (bgholikh)" , gdb@sourceware.org Subject: Re: Error running remote gdb Message-ID: <20060901040752.GA27656@nevyn.them.org> Mail-Followup-To: Michael Snyder , "Bizhan Gholikhamseh (bgholikh)" , gdb@sourceware.org References: <1157064448.4466.45.camel@localhost.localdomain> <20060831232835.GA21472@nevyn.them.org> <1157080399.4466.59.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1157080399.4466.59.camel@localhost.localdomain> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00006.txt.bz2 On Thu, Aug 31, 2006 at 08:13:19PM -0700, Michael Snyder wrote: > Yeah, that's what I meant. Assuming nothing's wrong with gdb, > it should know that it has to step past the breakpoint before > inserting it -- unles that's part of the semantics of vCont, > which is the part I didn't know. To be clear, it isn't. The semantics of vCont are very simple; they're in the manual. It's just better thread control for step and continue. -- Daniel Jacobowitz CodeSourcery