opnsense-src/sys
Marcel Moolenaar 2d50560abc Update for the KDB framework:
o  Make debugging code conditional upon KDB instead of DDB.
o  Call kdb_enter() instead of Debugger().
o  Call kdb_backtrace() instead of db_print_backtrace() or backtrace().

kern_mutex.c:
o  Replace checks for db_active with checks for kdb_active and make
   them unconditional.

kern_shutdown.c:
o  s/DDB_UNATTENDED/KDB_UNATTENDED/g
o  s/DDB_TRACE/KDB_TRACE/g
o  Save the TID of the thread doing the kernel dump so the debugger
   knows which thread to select as the current when debugging the
   kernel core file.
o  Clear kdb_active instead of db_active and do so unconditionally.
o  Remove backtrace() implementation.

kern_synch.c:
o  Call kdb_reenter() instead of db_error().
2004-07-10 21:36:01 +00:00
..
alpha Update for the KDB framework: 2004-07-10 20:50:19 +00:00
amd64 Implement makectx(). The makectx() function is used by KDB to create 2004-07-10 19:56:00 +00:00
arm
boot
cam Update for the KDB framework: 2004-07-10 20:56:43 +00:00
coda
compat Update for the KDB framework: 2004-07-10 20:55:15 +00:00
conf Hook the KDB frontend into the build. 2004-07-10 20:35:00 +00:00
contrib
crypto
ddb
dev Update for the KDB framework: 2004-07-10 21:21:13 +00:00
fs Update for the KDB framework: 2004-07-10 21:21:13 +00:00
gdb
geom
gnu Update for the KDB framework: 2004-07-10 21:21:55 +00:00
i4b
i386 Update for the KDB framework: 2004-07-10 21:24:36 +00:00
ia64 Implement makectx(). The makectx() function is used by KDB to create 2004-07-10 19:56:00 +00:00
isa
isofs/cd9660
kern Update for the KDB framework: 2004-07-10 21:36:01 +00:00
libkern
modules
net
net80211
netatalk
netatm
netgraph
netinet
netinet6
netipsec
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient
nfsserver
opencrypto
pc98
pccard
pci
posix4
powerpc
rpc
security
sparc64 Implement makectx(). The makectx() function is used by KDB to create 2004-07-10 19:56:00 +00:00
sys Introduce the KDB debugger frontend. The frontend provides a framework 2004-07-10 18:40:12 +00:00
tools
ufs Update for the KDB debugger framework: 2004-07-10 20:45:47 +00:00
vm
Makefile