From owner-cvs-sys Thu Jan 16 03:27:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA16909 for cvs-sys-outgoing; Thu, 16 Jan 1997 03:27:13 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA16902; Thu, 16 Jan 1997 03:27:12 -0800 (PST) Date: Thu, 16 Jan 1997 03:27:12 -0800 (PST) From: Bruce Evans Message-Id: <199701161127.DAA16902@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ddb db_sym.c src/sys/i386/include db_machdep.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/16 03:27:12 Modified: sys/ddb db_sym.c sys/i386/include db_machdep.h Log: Fixed printing of small offsets. E.g., -4(%ebp) is now printed as -0x4(%ebp) instead of as _APTD+0xffc(%ebp), and if GUPROF is defined, 8(%ebp) is now printed as 0x8(%ebp) instead of as GMON_PROF_HIRES+0x4(%ebp). Revision Changes Path 1.17 +8 -2 src/sys/ddb/db_sym.c 1.11 +15 -0 src/sys/i386/include/db_machdep.h