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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix two nits in the ps header that offset each other making them largely
jhb
2006-08-01
1
-6
/
+6
*
Some cosmetic tweaks:
jhb
2006-08-01
1
-10
/
+10
*
Disable the pager for 'panic' and 'call' to be paranoid.
jhb
2006-07-19
1
-0
/
+2
*
Simplify the pager support in DDB. Allowing different db commands to
jhb
2006-07-12
6
-59
/
+47
*
Never zero-out db_last_symtab. Whan backtraces are done
kib
2006-06-16
1
-1
/
+0
*
Use __LP64__ rather than the PTR64 hack.
jhb
2006-05-11
1
-14
/
+3
*
Sort includes.
jhb
2006-04-27
1
-2
/
+2
*
A whitespace fix.
jhb
2006-04-27
1
-1
/
+1
*
Drop locking comments. ddb functions should never use locking anyway and
jhb
2006-04-27
1
-6
/
+0
*
- Overhaul the 'ps' command in ddb to be mostly readable again. :) It is
jhb
2006-04-25
1
-55
/
+319
*
Add two helper functions: db_lookup_thread() and db_lookup_proc(). They
jhb
2006-04-25
2
-0
/
+94
*
Use LIST_FOREACH().
jhb
2006-04-21
1
-1
/
+1
*
Clean up the way we handle auxiliary commands for a given ddb command
jhb
2006-03-07
2
-105
/
+106
*
Fix -Wundef.
ru
2005-12-04
1
-0
/
+4
*
- 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
2
-5
/
+13
*
Add a DDB "traceall" function, which stack traces all known process
rwatson
2005-10-02
1
-0
/
+18
*
Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()
marcel
2005-09-10
2
-5
/
+3
*
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
2
-16
/
+34
*
Don't enter the debugger if KDB_UNATTENDED is set or if
ps
2005-04-20
1
-1
/
+0
*
rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisite
peter
2005-04-14
2
-0
/
+2
*
Start each of the license/copyright comments with /*-
imp
2005-01-06
24
-24
/
+24
*
When printing a stack trace for a thread, also print the pid and tid.
rwatson
2004-11-23
1
-0
/
+6
*
When printing information on the current thread, such as when entering
rwatson
2004-11-23
1
-1
/
+6
*
Do not attempt to skip a breakpoint that is a result of a software single step,
cognet
2004-11-21
1
-3
/
+12
*
Remove the uarea column from the DDB 'ps' display, and from grog's gdb
das
2004-11-20
1
-3
/
+3
*
- Change the ddb paging "support" to use a variable (db_lines_per_page) to
jhb
2004-11-01
5
-12
/
+28
*
Refactor a bunch of scheduler code to give basically the same behaviour
julian
2004-09-05
1
-3
/
+5
*
Damage control. Correcly advance symtab and strtab pointers, not
kan
2004-07-28
1
-2
/
+2
*
Avoid casts as lvalues.
kan
2004-07-28
1
-2
/
+4
*
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
2
-3
/
+43
*
Re-add the gdb command. It was removed to be replaced by something
marcel
2004-07-12
1
-0
/
+12
*
Remove now unused files:
marcel
2004-07-11
4
-708
/
+0
*
Mega update for the KDB framework: turn DDB into a KDB backend.
marcel
2004-07-10
12
-291
/
+455
*
Fixed DDB_NOKLDSYM on amd64's:
bde
2004-05-18
1
-1
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Give DDB a "watchdog" command which disables all watchdogs.
phk
2004-02-29
1
-0
/
+21
*
Switch the sleep/wakeup and condition variable implementations to use the
jhb
2004-02-27
1
-16
/
+2
*
Add DDB_NUMSYM option which in addition to the symbolic representation
phk
2004-02-24
1
-0
/
+6
*
If not in the debugger or if the user requests it with the
njl
2004-01-28
1
-1
/
+27
*
Reworked rev.1.14. Use the ELF symbol type again to summarily reject
bde
2003-09-28
1
-0
/
+5
*
Label the uarea address as such in DDB's ps output
phk
2003-08-30
1
-1
/
+1
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
1
-1
/
+1
*
db_get_value uses a local buffer to first fetch all the bytes of a
harti
2003-08-12
1
-1
/
+1
*
Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new
jhb
2003-07-31
1
-28
/
+6
*
Add a one-shot callout facility to db_printf() that executes the registered
jhb
2003-07-31
3
-0
/
+75
*
Whitespace nit.
jhb
2003-07-30
1
-0
/
+1
*
Rename P_THREADED to P_SA. P_SA means a process is using scheduler
davidxu
2003-06-15
1
-3
/
+3
[next]