| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-06 | Fix and harmonize some of the code dealing with address offsets encoded in |  kettenis | 1 | -6/+6 |
| 2020-05-22 | Decode the %{ds}(%{A}) operand of ld, std instructions. |  gkoehler | 1 | -7/+20 |
| 2020-05-14 | Use '/t' on all architectures to get a trace via TID. |  mpi | 1 | -2/+2 |
| 2020-04-18 | Sync existing stacktrace_save() implementations |  visa | 1 | -7/+1 |
| 2020-04-10 | Implement stacktrace_save_at() required for upcoming WITNESS. |  mpi | 1 | -1/+38 |
| 2019-11-07 | db_addr_t -> vaddr_t |  mpi | 2 | -12/+12 |
| 2019-11-07 | Substitute boolean_t/TRUE/FALSE by int/1/0. |  mpi | 2 | -6/+6 |
| 2019-03-23 | Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race |  visa | 1 | -16/+16 |
| 2018-03-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. |  mpi | 1 | -4/+1 |
| 2017-10-18 | add support for printing function arguments when displaying a trace |  jasper | 1 | -4/+20 |
| 2017-05-30 | Kill db_sym_t. |  mpi | 1 | -2/+2 |
| 2017-04-30 | Rename Debugger() into db_enter(). |  mpi | 1 | -3/+3 |
| 2017-01-24 | Rename pfind(9) into tfind(9) to reflect that it deals with threads. |  mpi | 1 | -2/+2 |
| 2016-09-10 | take it one step further and bring the message inline with arm/sparc64 |  jasper | 1 | -2/+2 |
| 2016-09-09 | don't hardcode the filename in an error message; use the function name instead |  jasper | 1 | -2/+2 |
| 2016-03-06 | DDB_REGS -> ddb_regs |  mpi | 1 | -5/+5 |
| 2016-03-05 | One ddb interface is enough for ppc. |  mpi | 1 | -0/+339 |
| 2016-03-05 | Define db_reg_t like the other archs by typedef'ing "struct trapframe". |  mpi | 1 | -42/+42 |
| 2016-03-02 | DDB_REGS -> ddb_regs in db_regs[], no reason to be different. |  mpi | 1 | -39/+39 |
| 2014-09-06 | Rewrite the PowerPC stack dump routine to delimit the trap & interrupt |  mpi | 1 | -50/+98 |
| 2014-07-13 | use nitems() instead of handrolling something identical |  jasper | 1 | -2/+2 |
| 2014-04-26 | remove a duplicate break statement |  jsg | 1 | -2/+1 |
| 2007-10-21 | Make certain the output buffer is zeroed before starting processing. |  drahn | 1 | -1/+2 |
| 2003-12-21 | Switch db_expr_t from int to long, per consistency with all other arches. |  miod | 1 | -3/+3 |
| 2003-10-15 | Housecleaning, no binary change. |  drahn | 3 | -17/+18 |
| 2003-05-09 | 'found' variable was not used correctly, simplify the logic. |  drahn | 1 | -6/+3 |
| 2003-05-09 | sprintf() removal for ppc disassembler. ok millert@ |  drahn | 1 | -87/+130 |
| 2003-05-08 | 'branch absolute linking' instruction is 'bla', not 'bal'. |  drahn | 1 | -3/+3 |
| 2003-05-08 | KNF |  drahn | 1 | -91/+91 |
| 2003-05-08 | Change extract_field() arguments, eliminates the nasty '31 -' all over the |  drahn | 1 | -44/+43 |
| 2003-05-08 | Put newline on end of disasm so that x /i <addr>,<cnt> works correctly. |  drahn | 1 | -2/+2 |
| 2003-03-27 | Improve disassmbly of powerpc branch instructions, print the conditional |  drahn | 1 | -24/+71 |
| 2003-02-26 | Remove an unnecessary structure copy from useage of setfault(), call |  drahn | 2 | -5/+5 |
| 2003-02-20 | Fix the mask and sign extension for bl instruction which branch backwards. |  drahn | 1 | -9/+9 |
| 2003-02-12 | move ddb_regs decl from .h to .c to avoid common |  jason | 1 | -1/+3 |
| 2002-09-15 | backout premature |  deraadt | 2 | -86/+86 |
| 2002-09-15 | KNF |  deraadt | 2 | -86/+86 |
| 2002-06-09 | KNF |  drahn | 1 | -6/+5 |
| 2002-06-08 | One ddb to rule them all. |  miod | 3 | -0/+1359 |