freebsd-skq/sys/conf
Marcel Moolenaar 37224cd3fc Mega update for the KDB framework: turn DDB into a KDB backend.
Most of the changes are a direct result of adding thread awareness.
Typically, DDB_REGS is gone. All registers are taken from the
trapframe and backtraces use the PCB based contexts. DDB_REGS was
defined to be a trapframe on all platforms anyway.
Thread awareness introduces the following new commands:
	thread X	switch to thread X (where X is the TID),
	show threads	list all threads.

The backtrace code has been made more flexible so that one can
create backtraces for any thread by giving the thread ID as an
argument to trace.

With this change, ia64 has support for breakpoints.
2004-07-10 23:47:20 +00:00
..
defines
files Mega update for the KDB framework: turn DDB into a KDB backend. 2004-07-10 23:47:20 +00:00
files.alpha Hook the GDB backend into the build. 2004-07-10 23:31:17 +00:00
files.amd64 Hook the GDB backend into the build. 2004-07-10 23:31:17 +00:00
files.arm
files.i386 Hook the GDB backend into the build. 2004-07-10 23:31:17 +00:00
files.ia64 Hook the GDB backend into the build. 2004-07-10 23:31:17 +00:00
files.pc98 Hook the GDB backend into the build. 2004-07-10 23:31:17 +00:00
files.powerpc
files.sparc64 Hook the GDB backend into the build. 2004-07-10 23:31:17 +00:00
kern.mk
kern.post.mk
kern.pre.mk
kmod_syms.awk
kmod.mk
ldscript.alpha
ldscript.amd64
ldscript.arm
ldscript.i386
ldscript.ia64
ldscript.powerpc
ldscript.sparc64
majors
majors.awk
Makefile.alpha
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.ia64
Makefile.pc98
Makefile.powerpc
Makefile.sparc64
makeLINT.mk
makeLINT.sed
newvers.sh
NOTES Change the following environment variables to kernel options: 2004-07-08 22:35:36 +00:00
options Add new options for the KDB framework. This commit merely adds them and 2004-07-10 19:34:06 +00:00
options.alpha Update for the KDB framework. Sanitize the alpha console code now that 2004-07-10 22:29:41 +00:00
options.amd64
options.arm
options.i386
options.ia64
options.pc98
options.powerpc
options.sparc64
systags.sh