From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9041 invoked by alias); 22 Feb 2008 11:28:59 -0000 Received: (qmail 9026 invoked by uid 22791); 22 Feb 2008 11:28:58 -0000 X-Spam-Check-By: sourceware.org Received: from smtp4.poczta.onet.pl (HELO smtp4.poczta.onet.pl) (213.180.130.28) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 22 Feb 2008 11:28:38 +0000 Received: from static-62-233-152-148.devs.futuro.pl ([62.233.152.148]:2482 "EHLO [10.0.0.62]" rhost-flags-OK-OK-OK-FAIL) by ps4.test.onet.pl with ESMTPSA id S184551018AbYBVL2fF54XJ (ORCPT ); Fri, 22 Feb 2008 12:28:35 +0100 Message-ID: <47BEB1E2.5070309@op.pl> Date: Fri, 22 Feb 2008 12:24:00 -0000 From: Bogdan Slusarczyk User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Multiple breakpoints - few problems [MI commands, gdb6.7.50.20080221] Content-Type: text/plain; charset=ISO-8859-2; 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-02/txt/msg00181.txt.bz2 Hi, I have few problems using breakpoints with MI commands, maybe you can help me. 1) to be sure: I can't delete sub-breakpoint, only disable it? 2) sometimes gdb complains that can't set sub-breakpoint (Cannot insert breakpoint . Error accessing memory address
.) I want to disable such sub-breakpoint, but I can't because: a) it's not sub-breakpoint id b) I could use
to find sub-breakpoint, but it's impossible because -break-list (or -break-info ) doesn't return any information about sub-breakpoints. Is it a bug or I missed something? How can I list sub-breakpoints? Best regards, Bogdan