index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ddb
/
ddb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add two helper functions: db_lookup_thread() and db_lookup_proc(). They
jhb
2006-04-25
1
-0
/
+2
*
Clean up the way we handle auxiliary commands for a given ddb command
jhb
2006-03-07
1
-8
/
+19
*
Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()
marcel
2005-09-10
1
-0
/
+3
*
Implement functions calls from within DDB on ia64. On ia64 a function
marcel
2005-07-02
1
-0
/
+10
*
Don't enter the debugger if KDB_UNATTENDED is set or if
ps
2005-04-20
1
-1
/
+0
*
- Change the ddb paging "support" to use a variable (db_lines_per_page) to
jhb
2004-11-01
1
-2
/
+1
*
Unify db_stack_trace_cmd(). All it did was look up the thread given
marcel
2004-07-21
1
-1
/
+0
*
Mega update for the KDB framework: turn DDB into a KDB backend.
marcel
2004-07-10
1
-33
/
+9
*
Add a one-shot callout facility to db_printf() that executes the registered
jhb
2003-07-31
1
-0
/
+8
*
Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB
phk
2003-02-16
1
-1
/
+1
*
Revert previous and move the prototype for db_alt_break to ddb.h.
jake
2002-12-31
1
-0
/
+3
*
Add code to ddb to allow backtracing an arbitrary thread.
julian
2002-12-28
1
-1
/
+3
*
Constify to kill some warnings.
markm
2002-09-21
1
-1
/
+1
*
Implement db_print_backtrace() if DDB is compiled into the kernel. This
jhb
2002-09-19
1
-0
/
+3
*
Allow DB_SET() to set all fields in the ddb command structure. This
gibbs
2002-06-05
1
-5
/
+5
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-23
1
-2
/
+2
*
Remove __P.
alfred
2002-03-20
1
-24
/
+24
*
Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and
bsd
2001-07-11
1
-0
/
+2
*
Add a new mechanism, cndbctl(), to tell the console driver that
yokota
2000-01-11
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
add some amount of sanity to the way the gdb stuff finds its device.
phk
1999-05-09
1
-1
/
+11
*
Changes to support -Wall, -Wcast-qual. Had to make physical code changes
dillon
1999-01-27
1
-2
/
+2
*
Added macros __printflike() and __scanflike() to <sys/cdefs.h>.
bde
1998-07-13
1
-4
/
+3
*
Fixed bogus type of valuep in struct db_variable. It was `int *' and
bde
1998-07-08
1
-5
/
+5
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-7
/
+7
*
Redo the previous commit in a more Bruce-friendly fashion.
phk
1998-05-19
1
-2
/
+1
*
Add "show msgbuf" command
phk
1998-05-19
1
-1
/
+2
*
Ensure that the linker sets for commands exist by putting a standard
bde
1998-02-13
1
-2
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Support statically attaching of ddb commands in non-ddb modules.
bde
1996-09-14
1
-9
/
+41
*
Clean up various compiler warnings. Most (if not all) were benign
gpalmer
1996-05-08
1
-2
/
+1
*
Staticize and cleanup.
phk
1995-12-10
1
-2
/
+1
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-2
/
+1
*
Staticized and '#ifdef notused' stuff we don't use.
phk
1995-11-29
1
-4
/
+1
*
Completed function declarations and/or added prototypes.
bde
1995-11-24
1
-57
/
+68
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-1
/
+4
*
Woops, wrong solution to the problem. Backed out previous fix to ddb.h, and
dg
1994-09-27
1
-1
/
+2
*
Nuked db_printf() prototype; it now clashes with the one in db_output.h.
dg
1994-09-27
1
-2
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-1
/
+2
*
Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and
wollman
1993-11-25
1
-0
/
+109