From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31619 invoked by alias); 21 Sep 2012 18:54:56 -0000 Received: (qmail 31088 invoked by uid 22791); 21 Sep 2012 18:53:14 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from imr4.ericy.com (HELO imr4.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Sep 2012 18:53:00 +0000 Received: from eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) by imr4.ericy.com (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id q8LIwSp5024779; Fri, 21 Sep 2012 13:58:31 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.2.164]) by eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) with mapi; Fri, 21 Sep 2012 14:52:55 -0400 From: Marc Khouzam To: =?iso-8859-1?Q?=27Andr=E9_P=F6nitz=27?= CC: "'gdb-patches@sourceware.org'" Date: Fri, 21 Sep 2012 18:54:00 -0000 Subject: RE: [MI][patch] -break-list to specify "thread-group" Message-ID: References: <20120921181200.GB5310@klara.mpi.htwm.de> In-Reply-To: <20120921181200.GB5310@klara.mpi.htwm.de> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 2012-09/txt/msg00450.txt.bz2 > -----Original Message----- > From: apoe@hrz.tu-chemnitz.de=20 > [mailto:apoe@hrz.tu-chemnitz.de] On Behalf Of Andr=E9 P=F6nitz > Sent: Friday, September 21, 2012 2:12 PM > To: Marc Khouzam > Cc: gdb-patches@sourceware.org > Subject: Re: [MI][patch] -break-list to specify "thread-group" >=20 > On Fri, Sep 21, 2012 at 06:01:20AM -0400, Marc Khouzam wrote: > >=20 > ^done,BreakpointTable=3D{nr_rows=3D"1",nr_cols=3D"6",hdr=3D[{width=3D"7" > ,alignment=3D"-1",col_name=3D"number",colhdr=3D"Num"},{width=3D"14",al > ignment=3D"-1",col_name=3D"type",colhdr=3D"Type"},{width=3D"4",alignme > nt=3D"-1",col_name=3D"disp",colhdr=3D"Disp"},{width=3D"3",alignment=3D"- > 1",col_name=3D"enabled",colhdr=3D"Enb"},{width=3D"10",alignment=3D"-1" > ,col_name=3D"addr",colhdr=3D"Address"},{width=3D"40",alignment=3D"2",c > ol_name=3D"what",colhdr=3D"What"}],body=3D[bkpt=3D{number=3D"1",type=3D"br > eakpoint",disp=3D"keep",enabled=3D"y",addr=3D"",times=3D"0", > original-location=3D"loopfirst.cc:8"},{number=3D"1.1",enabled=3D"y", addr=3D"0x08048533",func=3D"main()",file=3D"loopfirst.cc",fullname=3D"/home= /lmckhou/testing/loopfirst.cc",line=3D"8",thread-> group=3D["2","1"]},{numb= er=3D"1.2",enabled=3D"y",addr=3D"0x08048533",f > unc=3D"main()",file=3D"loopfirst.cc",fullname=3D"/home/lmckhou/testi > ng/loopfirst.cc",line=3D"8",thread-group=3D["2","1"]}]} > >=20 > >=20 > > I was going to update the doc, but when I looked at it=20 > > I realized it was completely out-of-date with respect to=20 > > -break-list _and_ that the MI output itself does not to have=20 > > the right content in the 'hdr' part.=20 >=20 > Is there _any_ frontend known that uses the hdr part at all?=20 Eclipse does not except for the -info-os command, where we base the table headers on what GDB says in 'hdr'. Marc