From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13909 invoked by alias); 26 Oct 2006 18:18:48 -0000 Received: (qmail 13893 invoked by uid 22791); 26 Oct 2006 18:18:48 -0000 X-Spam-Check-By: sourceware.org Received: from lightning.netspace.net.au (HELO mail.netspace.net.au) (203.10.110.77) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Oct 2006 18:18:41 +0000 Received: from [192.168.0.10] (220-253-28-230.VIC.netspace.net.au [220.253.28.230]) by mail.netspace.net.au (Postfix) with ESMTP id 9B987375A4F for ; Fri, 27 Oct 2006 04:18:35 +1000 (EST) Message-ID: <4540FBFE.706@netspace.net.au> Date: Thu, 26 Oct 2006 18:18:00 -0000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060205 Debian/1.7.12-1.1 MIME-Version: 1.0 To: gdb@sourceware.org Subject: Pending breakpoints Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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/msg00269.txt.bz2 Hi, 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?