index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
powerpc
/
ddb
/
db_trace.c
Age
Commit message (
Expand
)
Author
2017-10-18
add support for printing function arguments when displaying a trace
Jasper Lievisse Adriaanse
2017-05-30
Kill db_sym_t.
Martin Pieuchot
2017-01-24
Rename pfind(9) into tfind(9) to reflect that it deals with threads.
Martin Pieuchot
2016-09-10
take it one step further and bring the message inline with arm/sparc64
Jasper Lievisse Adriaanse
2016-09-09
don't hardcode the filename in an error message; use the function name instead
Jasper Lievisse Adriaanse
2016-03-05
Define db_reg_t like the other archs by typedef'ing "struct trapframe".
Martin Pieuchot
2016-03-02
DDB_REGS -> ddb_regs in db_regs[], no reason to be different.
Martin Pieuchot
2014-09-06
Rewrite the PowerPC stack dump routine to delimit the trap & interrupt
Martin Pieuchot
2014-07-13
use nitems() instead of handrolling something identical
Jasper Lievisse Adriaanse
2003-10-15
Housecleaning, no binary change.
Dale Rahn
2003-02-26
Remove an unnecessary structure copy from useage of setfault(), call
Dale Rahn
2003-02-12
move ddb_regs decl from .h to .c to avoid common
Jason Wright
2002-06-08
One ddb to rule them all.
Miod Vallat