From owner-cvs-all Sun Jul 28 13:36:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0321237B400; Sun, 28 Jul 2002 13:36:27 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFA4543E3B; Sun, 28 Jul 2002 13:36:25 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id FAA24544; Mon, 29 Jul 2002 05:46:42 +1000 Date: Mon, 29 Jul 2002 05:51:11 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Peter Wemm Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/i386/i386 db_trace.c exception.s In-Reply-To: <20020728184612.723512A7D6@canning.wemm.org> Message-ID: <20020729054504.M48949-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 28 Jul 2002, Peter Wemm wrote: > I'm also thinking about doing a pass through and adding END(func) support > and macros so that we get .size directives like on all the other platforms. > gdb seems happier with this. gdb seems to be too smart about this. ddb has no problems associating pc's with the nearest label, and this is usually the right thing to do (at least on arches with a flat address space). END()s would also let you unkludge "ret". Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message