From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13389 invoked by alias); 20 Oct 2005 11:27:30 -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 13339 invoked by uid 22791); 20 Oct 2005 11:27:28 -0000 Received: from mxfep02.bredband.com (HELO mxfep02.bredband.com) (195.54.107.73) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 20 Oct 2005 11:27:28 +0000 Received: from efd.lth.se ([217.215.11.93] [217.215.11.93]) by mxfep02.bredband.com with SMTP id <20051020112726.CVHH11792.mxfep02.bredband.com@efd.lth.se> for ; Thu, 20 Oct 2005 13:27:26 +0200 From: Stefan =?ISO-8859-15?Q?Burstr=F6m?= To: gdb@sources.redhat.com Date: Thu, 20 Oct 2005 11:27:00 -0000 Message-ID: <344b4acc3d9.10ed0489@mail.m.bonet.se> In-Reply-To: <17239.31877.235072.734864@kahikatea.snap.net.nz> Subject: Re: -break-list output format MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2005-10/txt/msg00113.txt.bz2 Hello Nick On 2005-10-20, you wrote: > What version of GDB are you running? I am using 6.3 > How is it different? Well, it includes a table header etc.If I want to build a table of the output in my program I would of course just parse the output and build my own tables with headers, labels etc. For example, -file-list-exec-source-files just lists each file in a tuple. But -break-list tells me the widh and height of the output etc. And I wonder if I need to use it or if I can just skip the table header info. Finally, I was just curious to know why the break-list output was done this way when all other commands are more 'raw' in nature. > What do you want to do with the output? I am building a graphical frontend to gdb for AmigaOS4 :) regards, Stefan Burstrom