Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-18 | add support for printing function arguments when displaying a trace | Jasper Lievisse Adriaanse | |
from DDB. this uses CTF to get the correct number of arguments. ok mpi@ | |||
2017-05-30 | Kill db_sym_t. | Martin Pieuchot | |
ok deraadt@, kettenis@, jasper@ | |||
2017-01-24 | Rename pfind(9) into tfind(9) to reflect that it deals with threads. | Martin Pieuchot | |
While here document prfind(9. with and ok guenther@ | |||
2016-09-10 | take it one step further and bring the message inline with arm/sparc64 | Jasper Lievisse Adriaanse | |
pointed out by guenther@ | |||
2016-09-09 | don't hardcode the filename in an error message; use the function name instead | Jasper Lievisse Adriaanse | |
ok jsg@ (who spotted the powerpc straggler too) millert@ | |||
2016-03-05 | Define db_reg_t like the other archs by typedef'ing "struct trapframe". | Martin Pieuchot | |
This will allow us to use some of the DDB macros on trapframe which are not DDB_REGS. | |||
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 | |
contexts with markers (---like on x86---) and print the associated type or number when available. While here, gyp' the support for process tracing (tr /p). ok miod@ | |||
2014-07-13 | use nitems() instead of handrolling something identical | Jasper Lievisse Adriaanse | |
ok mpi@ sthen@ | |||
2003-10-15 | Housecleaning, no binary change. | Dale Rahn | |
2003-02-26 | Remove an unnecessary structure copy from useage of setfault(), call | Dale Rahn | |
by reference, not by value, ok matthieu#, miod@ | |||
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 | |
Move the ddb files form macppc/macppc to powerpc/ddb, so that mvmeppc can benefit from the better ddb that was in macppc. db_interface.c is left as an md part. |