From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12585 invoked by alias); 21 Oct 2006 03:28:28 -0000 Received: (qmail 12577 invoked by uid 22791); 21 Oct 2006 03:28:28 -0000 X-Spam-Check-By: sourceware.org Received: from cirrus.netspace.net.au (HELO mail.netspace.net.au) (203.10.110.92) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 21 Oct 2006 03:28:26 +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 7705A1700E6 for ; Sat, 21 Oct 2006 13:28:23 +1000 (EST) Message-ID: <453993D7.3080704@netspace.net.au> Date: Sat, 21 Oct 2006 03:28: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/msg00166.txt.bz2 Hi, I'm debugging a project with dlopen-ed modules. In gdb, setting a breakpoint for an as-yet unloaded symbol makes gdb say: (gdb) b func_realize Function "func_realize" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 (func_realize) pending. However, the dialog doesn't happen in DDD, making it useless. I'm using it on debian: GNU DDD 3.3.11 (i486-pc-linux-gnu) GNU gdb 6.4.90-debian