aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/kdb.h
Commit message (Expand)AuthorAgeFilesLines
* Make kdb_reenter() silent when explicitly called from db_error().Edward Tomasz Napierala2017-11-281-0/+1
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Change kdb_active type to u_char.Mateusz Guzik2017-10-221-1/+1
* Mark kdb_active as __read_frequently and switch to bool to eat less space.Mateusz Guzik2017-10-201-1/+1
* Add constant missed in r244099Alfred Perlstein2012-12-101-0/+1
* - Extend the KDB interface to add a per-debugger callback to print aJohn Baldwin2012-04-121-5/+9
* Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson2011-08-261-0/+2
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-1/+1
* DTrace can enter the debugger from a probe. Add a WHY definition for this.John Birrell2008-05-231-0/+1
* Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm2008-05-041-0/+7
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+28
* Don't enter the debugger if KDB_UNATTENDED is set or ifPaul Saab2005-04-201-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add kdb_thr_from_pid(), which given a PID returns the first threadMarcel Moolenaar2004-07-211-1/+2
* Make kdb_dbbe_select() available as an interface function. This allowsMarcel Moolenaar2004-07-121-0/+1
* Introduce the KDB debugger frontend. The frontend provides a frameworkMarcel Moolenaar2004-07-101-0/+78