summaryrefslogtreecommitdiff
path: root/sys/ddb/db_main.c
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] More relocation fixesBrandon Bergren2020-06-211-9/+26
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Fix PPC symbol resolutionJustin Hibbits2018-05-101-4/+6
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* Pass the trap type and code down from db_trap() to db_stop_at_pc() soBruce Evans2016-09-091-4/+1
* Don't return undefined symbols to a DDB symbol lookup.Mark Johnston2015-07-211-1/+1
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-3/+3
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-181-2/+2
* ddb: allow specifying the exact address of the symtab and strtabRoger Pau Monné2014-09-251-14/+34
* 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