Date: Tue, 24 Feb 2004 14:51:42 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES options src/sys/ddb db_sym.c Message-ID: <200402242251.i1OMpg3G085323@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004/02/24 14:51:42 PST FreeBSD src repository Modified files: sys/conf NOTES options sys/ddb db_sym.c Log: Add DDB_NUMSYM option which in addition to the symbolic representation also prints the actual numerical value of the symbol in question. Users of addr2line(1) will be less proficient in hex arithmetic as a consequence. This amongst other things means that traceback lines change from: siointr1(c4016800,c073bda0,0,c06b699c,69f) at siointr1+0xc5 to siointr1(c4016800,c073bda0,0,c06b699c,69f) at 0xc062b0bd = siointr1+0xc5 I made this an option to avoid bikesheds. ~ ~ ~ Revision Changes Path 1.1198 +5 -0 src/sys/conf/NOTES 1.430 +1 -0 src/sys/conf/options 1.35 +6 -0 src/sys/ddb/db_sym.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402242251.i1OMpg3G085323>