Date: Mon, 29 Jul 2002 05:51:11 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Peter Wemm <peter@wemm.org> Cc: cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/sys/i386/i386 db_trace.c exception.s Message-ID: <20020729054504.M48949-100000@gamplex.bde.org> In-Reply-To: <20020728184612.723512A7D6@canning.wemm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020729054504.M48949-100000>