This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [MI][patch] -break-list to specify "thread-group"


> -----Original Message-----
> From: apoe@hrz.tu-chemnitz.de 
> [mailto:apoe@hrz.tu-chemnitz.de] On Behalf Of André Pönitz
> 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"
> 
> On Fri, Sep 21, 2012 at 06:01:20AM -0400, Marc Khouzam wrote:
> > 
> ^done,BreakpointTable={nr_rows="1",nr_cols="6",hdr=[{width="7"
> ,alignment="-1",col_name="number",colhdr="Num"},{width="14",al
> ignment="-1",col_name="type",colhdr="Type"},{width="4",alignme
> nt="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-
> 1",col_name="enabled",colhdr="Enb"},{width="10",alignment="-1"
> ,col_name="addr",colhdr="Address"},{width="40",alignment="2",c
> ol_name="what",colhdr="What"}],body=[bkpt={number="1",type="br
> eakpoint",disp="keep",enabled="y",addr="<MULTIPLE>",times="0",
> original-location="loopfirst.cc:8"},{number="1.1",enabled="y",
addr="0x08048533",func="main()",file="loopfirst.cc",fullname="/home/lmckhou/testing/loopfirst.cc",line="8",thread-> group=["2","1"]},{number="1.2",enabled="y",addr="0x08048533",f
> unc="main()",file="loopfirst.cc",fullname="/home/lmckhou/testi
> ng/loopfirst.cc",line="8",thread-group=["2","1"]}]}
> > 
> > 
> > I was going to update the doc, but when I looked at it 
> > I realized it was completely out-of-date with respect to 
> > -break-list _and_ that the MI output itself does not to have 
> > the right content in the  'hdr' part. 
> 
> Is there _any_ frontend known that uses the hdr part at all? 

Eclipse does not except for the -info-os command, where
we base the table headers on what GDB says in 'hdr'.

Marc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]