From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32492 invoked by alias); 21 Sep 2012 18:12:20 -0000 Received: (qmail 32477 invoked by uid 22791); 21 Sep 2012 18:12:18 -0000 X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,KHOP_THREADED,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cora.hrz.tu-chemnitz.de (HELO cora.hrz.tu-chemnitz.de) (134.109.228.40) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Sep 2012 18:12:04 +0000 Received: from 91-65-57-93-dynip.superkabel.de ([91.65.57.93] helo=localhost) by cora.hrz.tu-chemnitz.de with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TF7hp-00084E-Vq; Fri, 21 Sep 2012 20:12:02 +0200 Date: Fri, 21 Sep 2012 18:12:00 -0000 From: =?iso-8859-1?Q?Andr=E9_P=F6nitz?= To: Marc Khouzam Cc: "gdb-patches@sourceware.org" Subject: Re: [MI][patch] -break-list to specify "thread-group" Message-ID: <20120921181200.GB5310@klara.mpi.htwm.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-purgate: clean X-purgate-type: clean X-purgate-ID: 154106::1348251122-0000023A-44130ADD/0-0/0-0 X-Scan-AV: cora.hrz.tu-chemnitz.de;2012-09-21 20:12:02;9e132e3b59c3ed35c5f275b2163a184c X-Scan-SA: cora.hrz.tu-chemnitz.de;2012-09-21 20:12:02;edfb73a4ca2e3df06cfdc2a29a17002a X-Spam-Score: -1.0 (-) X-Spam-Report: --- Textanalyse SpamAssassin 3.3.1 (-1.0 Punkte) Fragen an/questions to: Postmaster TU Chemnitz * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP --- Ende Textanalyse 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/msg00445.txt.bz2 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",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-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",col_name="what",colhdr="What"}],body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="",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",func="main()",file="loopfirst.cc",fullname="/home/lmckhou/testing/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? Andre'