From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29757 invoked by alias); 27 Mar 2008 14:11:20 -0000 Received: (qmail 29746 invoked by uid 22791); 27 Mar 2008 14:11:19 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 27 Mar 2008 14:11:02 +0000 Received: by nf-out-0910.google.com with SMTP id b11so1938848nfh.48 for ; Thu, 27 Mar 2008 07:10:59 -0700 (PDT) Received: by 10.78.77.9 with SMTP id z9mr3807748hua.35.1206627051083; Thu, 27 Mar 2008 07:10:51 -0700 (PDT) Received: by 10.78.199.17 with HTTP; Thu, 27 Mar 2008 07:10:50 -0700 (PDT) Message-ID: Date: Thu, 27 Mar 2008 15:23:00 -0000 From: "Yakov Lerner" To: gdb@sourceware.org Subject: gdb does not remember non-existing names for breakpoints for future dlopen() ? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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-03/txt/msg00262.txt.bz2 When I set breakpoint on a function in the .so that will be loaded later, I though that gdb remembers the name and sets the breakpoint automatically later. Now in gdb 5.3.90, this is not happening. Is this a 'old version' thing ? settable option ? The OS is Linux Thanks Yakov