From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7256 invoked by alias); 3 Apr 2008 11:39:08 -0000 Received: (qmail 7247 invoked by uid 22791); 3 Apr 2008 11:39:07 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 03 Apr 2008 11:38:48 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JhNmH-0006U6-Na for gdb-patches@sources.redhat.com; Thu, 03 Apr 2008 11:38:45 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Apr 2008 11:38:45 +0000 Received: from ghost by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Apr 2008 11:38:45 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [PATCH, gdb6.8] -break-list doesn't list multiple breakpoints Date: Thu, 03 Apr 2008 12:12:00 -0000 Message-ID: References: <47F3946A.3090000@op.pl> <18420.47850.169206.141581@kahikatea.snap.net.nz> <47F4C107.1020801@op.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.5 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/msg00065.txt.bz2 Bogdan Slusarczyk wrote: >> 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)? - Volodya