summaryrefslogtreecommitdiff
path: root/sys/ddb/db_trap.c
AgeCommit message (Expand)Author
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2017-01-09Revert previous, it's a documented behavior and people might rely on it.Martin Pieuchot
2017-01-09Stop and restart the watchdog timer when entering and leaving ddb(4).Martin Pieuchot
2016-09-02move links from http to https://www.openbsd.org/Theo Buehler
2016-03-06DDB_REGS -> &ddb_regs.Martin Pieuchot
2016-01-25Kill trailing whitespaces. No object change.Martin Pieuchot
2015-09-13On show the ps/o output and ddb.html blurb once, so that we don't get themPhilip Guenther
2015-09-12show a few more lines of trace; discussed in the roomTheo de Raadt
2015-09-12When panicing, show the non-idle, on-proc threads before showing the stackPhilip Guenther
2015-08-30Automatically perform traces upon panic. Shrink message aboutTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-08These do not need the extremely poorly named uvm/uvm_extern.h (whichTheo de Raadt
2011-04-03Allow kernel printfs to go to console if in ddb instead of being redirectedDale Rahn
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2008-10-26for MP, ask people to try to trace the other cpus tooTheo de Raadt
2007-06-04Ten lines of backtrace should be better on 25-line screens, so that the panicMiod Vallat
2007-06-04If it's cold at panic time, attempt to show a small backtrace, there are tooMiod Vallat
2006-03-13ansi/deregister. No binary change.Jonathan Gray
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-19shorterArtur Grabowski
2001-08-19shorten the message to fit on a line.Artur Grabowski
2001-08-18I am sick and tired of bug reports LACKING INFORMATION.Artur Grabowski
2001-04-05Tell the users what to report when the kernel crashes.Artur Grabowski
1997-07-19Include vm/vm.h everywhere it is needed to get at boolean_t (I would preferNiklas Hallqvist
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-11Debbuger changed towards the latest Mach.Michael Shalayeff
1996-02-20netbsd-current import & 'boot' cmd addition.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt