From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18397 invoked by alias); 3 Apr 2003 01:26:28 -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 18390 invoked from network); 3 Apr 2003 01:26:27 -0000 Received: from unknown (HELO white) (68.14.146.65) by sources.redhat.com with SMTP; 3 Apr 2003 01:26:27 -0000 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 190tUo-0003iF-00 for ; Wed, 02 Apr 2003 20:26:26 -0500 Date: Thu, 03 Apr 2003 01:26:00 -0000 From: Bob Rossi To: gdb@sources.redhat.com Subject: Add fullname to breakpoint output Message-ID: <20030403012626.GB14192@white> Mail-Followup-To: gdb@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-SW-Source: 2003-04/txt/msg00035.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. What does everyone think? I think Andrew already seemed to think this was a good idea. Thanks, Bob Rossi