aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_main.c
Commit message (Expand)AuthorAgeFilesLines
* Update the ddb and gdb backends for the new 'trace_thread' hook.John Baldwin2012-04-121-1/+15
* Initialize the DDB command list when initializing DDB so that the basicJohn Baldwin2008-09-251-0/+1
* Add a simple scripting facility to DDB(4), allowing the user toRobert Watson2007-12-261-0/+3
* Add a new DDB(4) facility, output capture. Input and output from DDB may beRobert Watson2007-12-251-0/+3
* Set up the context for the dbbe_trace callback in the ddb. Otherwise,Konstantin Belousov2006-11-061-1/+14
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* Damage control. Correcly advance symtab and strtab pointers, notAlexander Kabaev2004-07-281-2/+2
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+4
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-0/+226