summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge bde improvements for ddb on x86, mostly for single-stepping andkib2016-11-071-4/+1
* Don't return undefined symbols to a DDB symbol lookup.markj2015-07-211-1/+1
* ddb: finish converting boolean values.pfg2015-05-211-3/+3
* ddb: stop boolean screaming.pfg2015-05-181-2/+2
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-14/+34
* Update the ddb and gdb backends for the new 'trace_thread' hook.jhb2012-04-121-1/+15
* Initialize the DDB command list when initializing DDB so that the basicjhb2008-09-251-0/+1
* Add a simple scripting facility to DDB(4), allowing the user torwatson2007-12-261-0/+3
* Add a new DDB(4) facility, output capture. Input and output from DDB may berwatson2007-12-251-0/+3
* Set up the context for the dbbe_trace callback in the ddb. Otherwise,kib2006-11-061-1/+14
* Start each of the license/copyright comments with /*-imp2005-01-061-1/+1
* Damage control. Correcly advance symtab and strtab pointers, notkan2004-07-281-2/+2
* Avoid casts as lvalues.kan2004-07-281-2/+4
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-0/+226
OpenPOWER on IntegriCloud