From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15039 invoked by alias); 4 Apr 2003 01:03:35 -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 15032 invoked from network); 4 Apr 2003 01:03:33 -0000 Received: from unknown (HELO white) (68.14.146.65) by sources.redhat.com with SMTP; 4 Apr 2003 01:03:33 -0000 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 191FcC-000402-00 for ; Thu, 03 Apr 2003 20:03:32 -0500 Date: Fri, 04 Apr 2003 01:03:00 -0000 From: Bob Rossi To: gdb@sources.redhat.com Subject: Add fullname to breakpoint output Message-ID: <20030404010332.GA15315@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/msg00041.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. There is 85 test cases to fix. I would like to know that there is a general consensus that this patch would be an acceptable idea before I fix the testsuite. Thanks, Bob Rossi