From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19543 invoked by alias); 10 Mar 2005 16:08:36 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 19168 invoked from network); 10 Mar 2005 16:08:30 -0000 Received: from unknown (HELO galaxy.systems.pipex.net) (62.241.162.31) by sourceware.org with SMTP; 10 Mar 2005 16:08:30 -0000 Received: from dsl.pipex.com (81-86-67-130.dsl.pipex.com [81.86.67.130]) by galaxy.systems.pipex.net (Postfix) with ESMTP id 7B9E8E000181; Thu, 10 Mar 2005 16:08:29 +0000 (GMT) Message-ID: <423070F6.40500@dsl.pipex.com> Date: Thu, 10 Mar 2005 16:08:00 -0000 From: RT User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 MIME-Version: 1.0 To: Dave Korn Cc: 'Atul Talesara' , 'Hareesh Nagarajan' , 'GDB' Subject: Re: Is it possible to save breakpoints to a file? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00108.txt.bz2 Dave Korn wrote: > If you are using the insight GUI for gdb, that will save your breakpoints > for you as part of the project preferences. It writes them into .gdbinit > automatically and reloads them next time you're debugging the same > executable. Which makes life rather difficult if you have a break set in a shared library. If you reply 'yes' by mistake when Insight asks if you want to make the break pending on the library load, then gdb will rapidly crash. - Richard