aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/ddb.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* add some amount of sanity to the way the gdb stuff finds its device.Poul-Henning Kamp1999-05-091-1/+11
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesMatthew Dillon1999-01-271-2/+2
* Added macros __printflike() and __scanflike() to <sys/cdefs.h>.Bruce Evans1998-07-131-4/+3
* Fixed bogus type of valuep in struct db_variable. It was `int *' andBruce Evans1998-07-081-5/+5
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-7/+7
* Redo the previous commit in a more Bruce-friendly fashion.Poul-Henning Kamp1998-05-191-2/+1
* Add "show msgbuf" commandPoul-Henning Kamp1998-05-191-1/+2
* Ensure that the linker sets for commands exist by putting a standardBruce Evans1998-02-131-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Support statically attaching of ddb commands in non-ddb modules.Bruce Evans1996-09-141-9/+41
* Clean up various compiler warnings. Most (if not all) were benignGary Palmer1996-05-081-2/+1
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-2/+1