cvs commit: src/sys/conf NOTES options src/sys/ddb db_sym.c
Poul-Henning Kamp
phk at FreeBSD.org
Tue Feb 24 14:51:42 PST 2004
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
More information about the cvs-src
mailing list