summaryrefslogtreecommitdiffstats
path: root/sys/ddb/ddb.h
Commit message (Expand)AuthorAgeFilesLines
* Merge bde improvements for ddb on x86, mostly for single-stepping andkib2016-11-071-1/+2
* ddb: finish converting boolean values.pfg2015-05-211-11/+11
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-0/+8
* ddb: Minor style cleanups.pfg2014-03-311-9/+9
* Add 'findstack' ddb command to search either the thread kernel stackkib2011-12-161-0/+1
* There is not a good reason to have a different prototype for db_printf()attilio2010-05-111-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-0/+2
* Make ddb command registration dynamic so modules can extendsam2008-09-151-46/+90
* enable dynamic addition of "show all" commandssam2008-03-251-0/+2
* Add textdump(4) facility, which provides an alternative form of kernelrwatson2007-12-261-0/+23
* Add a simple scripting facility to DDB(4), allowing the user torwatson2007-12-261-0/+29
* Add a new DDB(4) facility, output capture. Input and output from DDB may berwatson2007-12-251-0/+15
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-6/+1
* Add two helper functions: db_lookup_thread() and db_lookup_proc(). Theyjhb2006-04-251-0/+2
* Clean up the way we handle auxiliary commands for a given ddb commandjhb2006-03-071-8/+19
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-0/+3
* Implement functions calls from within DDB on ia64. On ia64 a functionmarcel2005-07-021-0/+10
* Don't enter the debugger if KDB_UNATTENDED is set or ifps2005-04-201-1/+0
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-2/+1
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-1/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-33/+9
* Add a one-shot callout facility to db_printf() that executes the registeredjhb2003-07-311-0/+8
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-161-1/+1
* Revert previous and move the prototype for db_alt_break to ddb.h.jake2002-12-311-0/+3
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-281-1/+3
* Constify to kill some warnings.markm2002-09-211-1/+1
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+3
* Allow DB_SET() to set all fields in the ddb command structure. Thisgibbs2002-06-051-5/+5
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-231-2/+2
* Remove __P.alfred2002-03-201-24/+24
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-111-0/+2
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* add some amount of sanity to the way the gdb stuff finds its device.phk1999-05-091-1/+11
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesdillon1999-01-271-2/+2
* Added macros __printflike() and __scanflike() to <sys/cdefs.h>.bde1998-07-131-4/+3
* Fixed bogus type of valuep in struct db_variable. It was `int *' andbde1998-07-081-5/+5
* This commit fixes various 64bit portability problems required fordfr1998-06-071-7/+7
* Redo the previous commit in a more Bruce-friendly fashion.phk1998-05-191-2/+1
* Add "show msgbuf" commandphk1998-05-191-1/+2
* Ensure that the linker sets for commands exist by putting a standardbde1998-02-131-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Support statically attaching of ddb commands in non-ddb modules.bde1996-09-141-9/+41
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-2/+1
* Staticize and cleanup.phk1995-12-101-2/+1
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+1
* Staticized and '#ifdef notused' stuff we don't use.phk1995-11-291-4/+1
* Completed function declarations and/or added prototypes.bde1995-11-241-57/+68
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
OpenPOWER on IntegriCloud