From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16092 invoked by alias); 3 Apr 2008 11:52:21 -0000 Received: (qmail 16084 invoked by uid 22791); 3 Apr 2008 11:52:21 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.poczta.onet.pl (HELO smtp1.poczta.onet.pl) (213.180.130.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 03 Apr 2008 11:51:54 +0000 Received: from static-62-233-152-148.devs.futuro.pl ([62.233.152.148]:2754 "EHLO [10.0.0.62]" rhost-flags-OK-OK-OK-FAIL) by ps1.test.onet.pl with ESMTPSA id S184562723AbYDCLvvAjVqj (ORCPT ); Thu, 3 Apr 2008 13:51:51 +0200 Message-ID: <47F4C4D5.8060203@op.pl> Date: Thu, 03 Apr 2008 12:48:00 -0000 From: Bogdan Slusarczyk User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: [PATCH, gdb6.8] -break-list doesn't list multiple breakpoints References: <47F3946A.3090000@op.pl> <18420.47850.169206.141581@kahikatea.snap.net.nz> <47F4C107.1020801@op.pl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00066.txt.bz2 >>> I can imagine it might be useful to control the breakpoint locations >>> individually but, in practice I've never needed multiple breakpoints yet. >> I need it. Problem is that specific applications loads the same binaries >> few times (see SystemC simulators), and multiple breakpoints are very >> useful. > > Do you need to just enable/disable individual locations, or edit any other > properties (which is not allowed)? > At the moment only disable/enable (because of http://sourceware.org/ml/gdb/2008-02/msg00180.html). Regards, Bogdan