summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc/ddb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the debugger mutex for `ddb_mp_mutex'. This should prevent a racevisa2019-03-231-16/+16
* Do not panic from ddb(4) when a lock requirement isn't fulfilled.mpi2018-03-201-4/+1
* add support for printing function arguments when displaying a tracejasper2017-10-181-4/+20
* Kill db_sym_t.mpi2017-05-301-2/+2
* Rename Debugger() into db_enter().mpi2017-04-301-3/+3
* Rename pfind(9) into tfind(9) to reflect that it deals with threads.mpi2017-01-241-2/+2
* take it one step further and bring the message inline with arm/sparc64jasper2016-09-101-2/+2
* don't hardcode the filename in an error message; use the function name insteadjasper2016-09-091-2/+2
* DDB_REGS -> ddb_regsmpi2016-03-061-5/+5
* One ddb interface is enough for ppc.mpi2016-03-051-0/+339
* Define db_reg_t like the other archs by typedef'ing "struct trapframe".mpi2016-03-051-42/+42
* DDB_REGS -> ddb_regs in db_regs[], no reason to be different.mpi2016-03-021-39/+39
* Rewrite the PowerPC stack dump routine to delimit the trap & interruptmpi2014-09-061-50/+98
* use nitems() instead of handrolling something identicaljasper2014-07-131-2/+2
* remove a duplicate break statementjsg2014-04-261-2/+1
* Make certain the output buffer is zeroed before starting processing.drahn2007-10-211-1/+2
* Switch db_expr_t from int to long, per consistency with all other arches.miod2003-12-211-3/+3
* Housecleaning, no binary change.drahn2003-10-153-17/+18
* 'found' variable was not used correctly, simplify the logic.drahn2003-05-091-6/+3
* sprintf() removal for ppc disassembler. ok millert@drahn2003-05-091-87/+130
* 'branch absolute linking' instruction is 'bla', not 'bal'.drahn2003-05-081-3/+3
* KNFdrahn2003-05-081-91/+91
* Change extract_field() arguments, eliminates the nasty '31 -' all over thedrahn2003-05-081-44/+43
* Put newline on end of disasm so that x /i <addr>,<cnt> works correctly.drahn2003-05-081-2/+2
* Improve disassmbly of powerpc branch instructions, print the conditionaldrahn2003-03-271-24/+71
* Remove an unnecessary structure copy from useage of setfault(), calldrahn2003-02-262-5/+5
* Fix the mask and sign extension for bl instruction which branch backwards.drahn2003-02-201-9/+9
* move ddb_regs decl from .h to .c to avoid commonjason2003-02-121-1/+3
* backout prematurederaadt2002-09-152-86/+86
* KNFderaadt2002-09-152-86/+86
* KNFdrahn2002-06-091-6/+5
* One ddb to rule them all.miod2002-06-083-0/+1359