From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1321 invoked by alias); 28 Oct 2008 23:37:42 -0000 Received: (qmail 1313 invoked by uid 22791); 28 Oct 2008 23:37:42 -0000 X-Spam-Check-By: sourceware.org Received: from mail-out3.netspace.net.au (HELO mail.netspace.net.au) (203.10.110.76) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 28 Oct 2008 23:36:55 +0000 Received: from [192.168.0.10] (220-253-26-188.VIC.netspace.net.au [220.253.26.188]) by mail.netspace.net.au (Postfix) with ESMTP id 5915DD14C6 for ; Wed, 29 Oct 2008 10:36:52 +1100 (EST) Message-ID: <4907A212.8020100@netspace.net.au> Date: Tue, 28 Oct 2008 23:37:00 -0000 From: Russell Shaw User-Agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: gdb@sourceware.org Subject: gdbinit breakpoints Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2008-10/txt/msg00125.txt.bz2 Hi, I set in .gdbinit many breakpoints that are in a dl-loaded library: b mem_terminate ... When starting gdb, i get: Make breakpoint pending on future shared library load? (y or [n]) [answered N; input not from terminal] Function "mem_terminate" not defined. How do i make it answer "y" automatically?