From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25197 invoked by alias); 5 Jan 2007 04:01:20 -0000 Received: (qmail 25189 invoked by uid 22791); 5 Jan 2007 04:01:20 -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, 05 Jan 2007 04:01:14 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H2gGU-0002bV-KK; Thu, 04 Jan 2007 23:01:10 -0500 Date: Fri, 05 Jan 2007 04:01:00 -0000 From: Daniel Jacobowitz To: "Smith, Stephen (SWCOE)" Cc: Stephen & Linda Smith , gdb@sourceware.org Subject: Re: GDB solib interface Message-ID: <20070105040110.GA9962@nevyn.them.org> Mail-Followup-To: "Smith, Stephen (SWCOE)" , Stephen & Linda Smith , gdb@sourceware.org References: <20070105034814.GA9564@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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/msg00091.txt.bz2 On Thu, Jan 04, 2007 at 08:54:54PM -0700, Smith, Stephen (SWCOE) wrote: > Ok, I have the string 'T05dll:dll'. Single stepping trough the code, I > get p1 -> ll:dll and p -> dll:dll. Therefore I never enter the block. > > What did I do wrong with the packet? I said I was certain load and unload worked - I hadn't tested dll. Looks like the leading 'd' means it needs to be handled just like awatch above. -- Daniel Jacobowitz CodeSourcery