From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6119 invoked by alias); 11 Aug 2004 07:36:31 -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 6107 invoked from network); 11 Aug 2004 07:36:30 -0000 Received: from unknown (HELO smtp.hispeed.ch) (62.2.95.247) by sourceware.org with SMTP; 11 Aug 2004 07:36:30 -0000 Received: from indel.ch (217-162-27-127.dclient.hispeed.ch [217.162.27.127]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with SMTP id i7B7aSBF021106 for ; Wed, 11 Aug 2004 09:36:29 +0200 Received: from fabi.indel.ch [192.168.1.19] by indel.ch [127.0.0.1] with SMTP (MDaemon.v2.7.SP5.R) for ; Wed, 11 Aug 2004 09:35:59 +0200 Message-Id: <5.2.0.9.1.20040811093544.01cf92b8@NT_SERVER> X-Sender: cenedese@NT_SERVER (Unverified) Date: Wed, 11 Aug 2004 07:36:00 -0000 To: gdb@sources.redhat.com From: Fabian Cenedese Subject: Re: GDB/XMI (XML Machine Interface) In-Reply-To: <20040810201440.GA24186@white> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MDaemon-Deliver-To: gdb@sources.redhat.com X-Return-Path: cenedese@indel.ch X-SW-Source: 2004-08/txt/msg00164.txt.bz2 > GDB/XMI (XML Machine Interface) > > 3.2.1 The GDB/MI -break-list Specification > The -break-list Command > > Displays the list of inserted breakpoints, showing the following fields: > > `Number' > number of the breakpoint > `Type' > type of the breakpoint: `breakpoint' or `watchpoint' > `Disposition' > should the breakpoint be deleted or disabled when it is hit: > `keep' or `nokeep' `Enabled' is the breakpoint enabled or no: > `y' or `n' > `Address' > memory location at which the breakpoint is set > `What' > logical location of the breakpoint, expressed by function name, > file name, line number > `Times' > number of times the breakpoint has been hit > > If there are no breakpoints or watchpoints, the BreakpointTable body > field is an empty list. I think there should be an additional field for the task id, indicating if it's a general breakpoint (id=-1 or so) or a task-specific breakpoint. bye Fabi