From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16841 invoked by alias); 18 May 2007 16:10:10 -0000 Received: (qmail 16623 invoked by uid 22791); 18 May 2007 16:10:07 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 18 May 2007 16:09:59 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id D20214B26D; Fri, 18 May 2007 11:09:53 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 701194B270; Fri, 18 May 2007 11:09:53 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1Hp51c-0007KX-N0; Fri, 18 May 2007 12:09:52 -0400 Date: Fri, 18 May 2007 16:10:00 -0000 From: Daniel Jacobowitz To: Jim Blandy Cc: gdb-patches@sourceware.org, gdb@sourceware.org Subject: Re: [rfc / remote protocol] Remote shared library events Message-ID: <20070518160952.GA27839@caradoc.them.org> Mail-Followup-To: Jim Blandy , gdb-patches@sourceware.org, gdb@sourceware.org References: <20070509201627.GA23422@caradoc.them.org> <20070518002701.GA13859@caradoc.them.org> 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-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00311.txt.bz2 On Fri, May 18, 2007 at 09:04:49AM -0700, Jim Blandy wrote: > Sorry --- of course the @var{r} associated with the dllstop isn't > meaningless. Regarding the other pairs, I didn't realize that one > wanted expedited registers for DLL events; would we actually use them? Sure. For instance, if stop-on-solib-events was set, we would stop; or if we were single-stepping multiple instructions we'd (I hope, I haven't tested this) keep stepping. -- Daniel Jacobowitz CodeSourcery