aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/ddb.h
Commit message (Expand)AuthorAgeFilesLines
* ddb: make db_error reliably no-returnRyan Libby2024-07-091-1/+1
* sys/ddb: Add hardware breakpoint support to ddbAndrew Turner2024-04-121-0/+7
* ddb: Add CTF-based pretty printingBojan Novković2024-03-221-0/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ddb: Rework macros to make it easier to add new command tables.John Baldwin2023-07-051-36/+60
* mac: add new mac_ddb(4) policyMitchell Horne2022-07-181-0/+1
* mac: kdb/ddb framework hooksMitchell Horne2022-07-181-0/+3
* ddb: add the DB_CMD_MEMSAFE flag for commandsMitchell Horne2022-07-181-6/+10
* ddb: add _FLAGS command variantsMitchell Horne2022-07-051-4/+12
* ddb: namespacing of struct commandMitchell Horne2022-06-141-11/+13
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-03-291-2/+0
* ddb: enable the use of ^C and ^S/^QRyan Libby2021-03-141-0/+1
* [PowerPC] More relocation fixesBrandon Bergren2020-06-211-6/+3
* Fix PPC symbol resolutionJustin Hibbits2018-05-101-0/+4
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-1/+0
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-0/+1
* Pass the trap type and code down from db_trap() to db_stop_at_pc() soBruce Evans2016-09-091-1/+2
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-11/+11
* ddb: allow specifying the exact address of the symtab and strtabRoger Pau Monné2014-09-251-0/+8
* ddb: Minor style cleanups.Pedro F. Giffuni2014-03-311-9/+9
* Add 'findstack' ddb command to search either the thread kernel stackKonstantin Belousov2011-12-161-0/+1
* There is not a good reason to have a different prototype for db_printf()Attilio Rao2010-05-111-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-0/+2
* Make ddb command registration dynamic so modules can extendSam Leffler2008-09-151-46/+90
* enable dynamic addition of "show all" commandsSam Leffler2008-03-251-0/+2
* Add textdump(4) facility, which provides an alternative form of kernelRobert Watson2007-12-261-0/+23
* Add a simple scripting facility to DDB(4), allowing the user toRobert Watson2007-12-261-0/+29
* Add a new DDB(4) facility, output capture. Input and output from DDB may beRobert Watson2007-12-251-0/+15
* Simplify the pager support in DDB. Allowing different db commands toJohn Baldwin2006-07-121-6/+1
* Add two helper functions: db_lookup_thread() and db_lookup_proc(). TheyJohn Baldwin2006-04-251-0/+2
* Clean up the way we handle auxiliary commands for a given ddb commandJohn Baldwin2006-03-071-8/+19
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()Marcel Moolenaar2005-09-101-0/+3
* Implement functions calls from within DDB on ia64. On ia64 a functionMarcel Moolenaar2005-07-021-0/+10
* Don't enter the debugger if KDB_UNATTENDED is set or ifPaul Saab2005-04-201-1/+0
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-011-2/+1
* Unify db_stack_trace_cmd(). All it did was look up the thread givenMarcel Moolenaar2004-07-211-1/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-33/+9
* Add a one-shot callout facility to db_printf() that executes the registeredJohn Baldwin2003-07-311-0/+8
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBPoul-Henning Kamp2003-02-161-1/+1
* Revert previous and move the prototype for db_alt_break to ddb.h.Jake Burkholder2002-12-311-0/+3
* Add code to ddb to allow backtracing an arbitrary thread.Julian Elischer2002-12-281-1/+3
* Constify to kill some warnings.Mark Murray2002-09-211-1/+1
* Implement db_print_backtrace() if DDB is compiled into the kernel. ThisJohn Baldwin2002-09-191-0/+3
* Allow DB_SET() to set all fields in the ddb command structure. ThisJustin T. Gibbs2002-06-051-5/+5
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-231-2/+2
* Remove __P.Alfred Perlstein2002-03-201-24/+24
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andBrian S. Dean2001-07-111-0/+2
* Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA2000-01-111-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1