From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20944 invoked by alias); 26 Oct 2006 21:29:20 -0000 Received: (qmail 20934 invoked by uid 22791); 26 Oct 2006 21:29:20 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Oct 2006 21:29:16 +0000 Received: (qmail 7248 invoked from network); 26 Oct 2006 21:29:15 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Oct 2006 21:29:15 -0000 To: Russell Shaw Cc: gdb@sourceware.org Subject: Re: Pending breakpoints References: <4540FBFE.706@netspace.net.au> From: Jim Blandy Date: Thu, 26 Oct 2006 21:29:00 -0000 In-Reply-To: <4540FBFE.706@netspace.net.au> (Russell Shaw's message of "Fri, 27 Oct 2006 04:18:38 +1000") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-10/txt/msg00274.txt.bz2 Russell Shaw writes: > In breakpoint.c:break_command_1():line-5214, "pending = 1" is set > when do_captured_parse_breakpoint() does not find a breakpoint. > > Does this only ever happen with unloaded shared libraries, or can > other things like overlays cause it too? Breakpoints in overlays are never made pending. So I think that's just for shared libraries.