]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Drop KTR records when we're in the debugger so that the debugger isn't
authormarcel <marcel@FreeBSD.org>
Wed, 2 Jul 2014 22:13:07 +0000 (22:13 +0000)
committermarcel <marcel@FreeBSD.org>
Wed, 2 Jul 2014 22:13:07 +0000 (22:13 +0000)
commit603a2512a3d1e52395ab5dedfa3c069e86ced447
treef5e3ba087ae3ef070866cc7ab2d3a423aa6cf9d7
parentefc38779e671ecd100eddd28602ff9e471c5e00b
Drop KTR records when we're in the debugger so that the debugger isn't
changing or overwriting the trace buffer. When KTR is enabled for things
like traps or pmap functions, the amount of logging can be substantial.
sys/kern/kern_ktr.c