summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/ddb/db_trace.c
AgeCommit message (Expand)Author
2017-10-18add support for printing function arguments when displaying a traceJasper Lievisse Adriaanse
2017-05-30Kill db_sym_t.Martin Pieuchot
2017-01-24Rename pfind(9) into tfind(9) to reflect that it deals with threads.Martin Pieuchot
2016-09-10take it one step further and bring the message inline with arm/sparc64Jasper Lievisse Adriaanse
2016-09-09don't hardcode the filename in an error message; use the function name insteadJasper Lievisse Adriaanse
2016-03-05Define db_reg_t like the other archs by typedef'ing "struct trapframe".Martin Pieuchot
2016-03-02DDB_REGS -> ddb_regs in db_regs[], no reason to be different.Martin Pieuchot
2014-09-06Rewrite the PowerPC stack dump routine to delimit the trap & interruptMartin Pieuchot
2014-07-13use nitems() instead of handrolling something identicalJasper Lievisse Adriaanse
2003-10-15Housecleaning, no binary change.Dale Rahn
2003-02-26Remove an unnecessary structure copy from useage of setfault(), callDale Rahn
2003-02-12move ddb_regs decl from .h to .c to avoid commonJason Wright
2002-06-08One ddb to rule them all.Miod Vallat