Date: Sat, 27 Aug 2011 01:21:09 -0700 From: Navdeep Parhar <nparhar@gmail.com> To: Robert Watson <rwatson@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r225203 - in head/sys: dev/cfe dev/dcons dev/ofw dev/sio dev/syscons dev/uart kern pc98/cbus powerpc/mambo sys Message-ID: <CAPFoGT-Dz6jaA5MkLf3=r1YAocq-v-qweOCewRKoEXxUKHrr1Q@mail.gmail.com> In-Reply-To: <201108262146.p7QLkaBG072083@svn.freebsd.org> References: <201108262146.p7QLkaBG072083@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 26, 2011 at 2:46 PM, Robert Watson <rwatson@freebsd.org> wrote: > Author: rwatson > Date: Fri Aug 26 21:46:36 2011 > New Revision: 225203 > URL: http://svn.freebsd.org/changeset/base/225203 > > Log: > =A0Attempt to make break-to-debugger and alternative break-to-debugger mo= re > =A0accessible: > > =A0(1) Always compile in support for breaking into the debugger if option= s > =A0 =A0 =A0KDB is present in the kernel. > > =A0(2) Disable both by default, but allow them to be enabled via tunables > =A0 =A0 =A0and sysctls debug.kdb.break_to_debugger and > =A0 =A0 =A0debug.kdb.alt_break_to_debugger. > > =A0(3) options BREAK_TO_DEBUGGER and options ALT_BREAK_TO_DEBUGGER contin= ue > =A0 =A0 =A0to behave as before -- only now instead of compiling in > =A0 =A0 =A0break-to-debugger support, they change the default values of t= he > =A0 =A0 =A0above sysctls to enable those features by default. =A0Current = kernel > =A0 =A0 =A0configurations should, therefore, continue to behave as expect= ed. Shouldn't opt_comconsole.h be included in subr_kdb.c for this part to actually work? Navdeep
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPFoGT-Dz6jaA5MkLf3=r1YAocq-v-qweOCewRKoEXxUKHrr1Q>