Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 1997 03:27:12 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/ddb db_sym.c src/sys/i386/include db_machdep.h
Message-ID:  <199701161127.DAA16902@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701161127.DAA16902>