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
/
db_command.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Rename 'traceall' to 'alltrace' so that the 'tr' shortcut for 'trace'
jhb
2005-10-24
1
-1
/
+2
*
- Call db_setup_paging() for traceall.
cognet
2005-10-02
1
-0
/
+5
*
Add a DDB "traceall" function, which stack traces all known process
rwatson
2005-10-02
1
-0
/
+18
*
Remove the need to forward declare statics by moving them around.
obrien
2005-08-10
1
-57
/
+54
*
Implement functions calls from within DDB on ia64. On ia64 a function
marcel
2005-07-02
1
-16
/
+24
*
Start each of the license/copyright comments with /*-
imp
2005-01-06
1
-1
/
+1
*
When printing a stack trace for a thread, also print the pid and tid.
rwatson
2004-11-23
1
-0
/
+6
*
Oops... Add the CS_OWN flag to the trace and where commands so that
marcel
2004-07-21
1
-2
/
+2
*
Unify db_stack_trace_cmd(). All it did was look up the thread given
marcel
2004-07-21
1
-2
/
+43
*
Re-add the gdb command. It was removed to be replaced by something
marcel
2004-07-12
1
-0
/
+12
*
Mega update for the KDB framework: turn DDB into a KDB backend.
marcel
2004-07-10
1
-53
/
+4
*
Give DDB a "watchdog" command which disables all watchdogs.
phk
2004-02-29
1
-0
/
+21
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
1
-1
/
+1
*
Add a one-shot callout facility to db_printf() that executes the registered
jhb
2003-07-31
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-06-10
1
-4
/
+4
*
Make "where" an alias for "trace"
phk
2003-06-01
1
-0
/
+1
*
Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB
phk
2003-02-16
1
-2
/
+2
*
Add code to ddb to allow backtracing an arbitrary thread.
julian
2002-12-28
1
-2
/
+0
*
Indentation indicates missing braces.
phk
2002-10-01
1
-1
/
+2
*
Constify to kill some warnings.
markm
2002-09-21
1
-1
/
+1
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-23
1
-12
/
+8
*
Remove __P.
alfred
2002-03-20
1
-8
/
+8
*
pid is 'long' on alpha.
mjacob
2002-01-17
1
-2
/
+2
*
Implement a "kill" DDB command which is an interface to psignal() that
dd
2001-11-27
1
-0
/
+59
*
- Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall)
arr
2001-11-05
1
-0
/
+1
*
Add a 'reset' command. This is useful for panics really early before
peter
2001-11-03
1
-0
/
+13
*
Quiet a variable format-string warning.
kris
2001-07-19
1
-1
/
+1
*
Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and
bsd
2001-07-11
1
-0
/
+2
*
A set of changes to reduce the number of include files the kernel
julian
2001-07-08
1
-1
/
+1
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-14
/
+22
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-3
/
+2
*
Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)
peter
1999-07-01
1
-2
/
+2
*
add some amount of sanity to the way the gdb stuff finds its device.
phk
1999-05-09
1
-3
/
+7
*
Get rid of extern declarations on gdb stuff so systems compiled without
mckusick
1999-05-07
1
-1
/
+9
*
Replace includes of <sys/kernel.h> with includes of
jdp
1999-01-14
1
-2
/
+2
*
Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.
bde
1998-07-08
1
-2
/
+2
*
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
-15
/
+7
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
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
*
Fixed bogus linkage of one of the ddb linker sets.
bde
1996-12-18
1
-2
/
+6
*
Support statically attaching of ddb commands in non-ddb modules.
bde
1996-09-14
1
-32
/
+70
*
Allow the user to switch into gdb mode from ddb
pst
1996-08-27
1
-1
/
+21
*
Reduced and cleaned up #includes.
bde
1995-12-10
1
-4
/
+3
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+4
*
Staticized and '#ifdef notused' stuff we don't use.
phk
1995-11-29
1
-14
/
+16
*
Completed function declarations and/or added prototypes and/or #includes
bde
1995-11-24
1
-18
/
+16
[next]