aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/ddb.h
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-2/+1
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-291-4/+1
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-241-57/+68
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+4
* Woops, wrong solution to the problem. Backed out previous fix to ddb.h, andDavid Greenman1994-09-271-1/+2
* Nuked db_printf() prototype; it now clashes with the one in db_output.h.David Greenman1994-09-271-2/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+2
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-0/+109