From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11471 invoked by alias); 4 Apr 2003 16:59:05 -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 11463 invoked from network); 4 Apr 2003 16:59:04 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 4 Apr 2003 16:59:04 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DF4692B23; Fri, 4 Apr 2003 11:59:01 -0500 (EST) Message-ID: <3E8DB9D5.5040506@redhat.com> Date: Fri, 04 Apr 2003 16:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bob Rossi Cc: gdb@sources.redhat.com Subject: Re: Add fullname to breakpoint output References: <20030403012626.GB14192@white> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00048.txt.bz2 > Hi, > > I wrote a patch that adds the fullname to breakpoint output. > > (gdb) > -break-insert main > ^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y", > addr="0x080483c3",func="main",fullname="/home/bob/cvs/src/gdb/test.c", > file="test.c",line="8",times="0"} > (gdb) > > I would like confirmation on this before I go through the effort to > fix the testsuite. The only alternative I can think of is: file={fullname="/full/name", relname=".../...", dir="..."} while astheticly pleasing, my past experience suggests that such strict structuring eventually comes back and bites you - simple structures tend to last longer. Just post the code side of the change. Once resolved, the testsuite should be `obvious'. Andrew