summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
2020-03-01Pull up following revision(s) (requested by riastradh in ticket #746):martin
2020-01-26Pull up following revision(s) (requested by uwe in ticket #656):martin
2020-01-26Pull up following revision(s) (requested by uwe in ticket #655):martin
2020-01-26Pull up following revision(s) (requested by uwe in ticket #654):martin
2019-06-02add two db_stack_print_trace frontends that emit to the system logmrg
2019-03-12KNFskrll
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-11-02no, should be dstmaxv
2018-11-02Don't overflow on the strings we read. Introduce db_read_string(), whichmaxv
2018-09-17When this file is used when not building the kernel (eg: /usr/sbin/crash)kre
2018-09-16call cnpollc(1) and cnpollc(0) around cngetc().mrg
2018-09-15call spl0() before cpu_reboot(), so that there's a chance that:mrg
2018-09-13always call lockdebug_dismiss() from DDB -- there are always somemrg
2018-08-13extend the ddb "show kernhist" command. the synopsis is now:mrg
2018-08-12add a lockdebug_dismiss() function for DDB to use that tellsmrg
2018-07-20 Add "show socket" command written by Hiroki SUENAGA. It prints usage ofmsaitoh
2018-05-27Add missing $NetBSD$ comment at the beginning.uwe
2018-03-19ddb: rename "show lockstat" to "show lockstats" to avoid conflicting with loc...ozaki-r
2018-03-16Don't pass a unset address to lockdebug_lock_printozaki-r
2018-03-16Add a new command, show all locks, which shows information of active locksozaki-r
2018-03-16Add a new command, show lockstat, which shows statistics of locksozaki-r
2018-03-05enums might be unsigned.mlelstv
2018-03-04Add command to print device list.mlelstv
2018-02-17Opt to print a backtrace on panic by default with the intention of improving ...sevan
2018-02-04avoid leftshift of an unsigned valuemrg
2017-12-28- add ddb.panicstackframes to avoid scrolling the interesting parts of panicchristos
2017-11-06remove more DB_ELFSIZEchristos
2017-11-04use Elf_Sym ** instead of casting.christos
2017-11-03Handle absolute relocations coming from the kernel: preserve SHN_ABS inmaxv
2017-10-27Revert printf return value change.joerg
2017-10-27[syzkaller] Cast all the printf's to (void *)utkarsh009
2017-01-11Add ddb command to find a vnode by the address of its lock.joerg
2017-01-04add a simple stacktrace macrochristos
2016-04-13ddb: rename show arptab to show routesozaki-r
2016-04-06Improve ddb(4) show kernhistskrll
2015-06-06Add support for 'q' qualifier for 64-bit values on examine and write.matt
2015-05-21only call the on-enter commands if we're not recursing.mrg
2015-02-27Don't use an unset value as an addressozaki-r
2015-02-08we can use show callout now from crashchristos
2014-11-16Define ddb module.uebayasi
2014-09-19Add description of inst_returnmatt
2014-09-05Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to getmatt
2014-04-12Make this build.jakllsch
2014-04-12Unbreak db_cpu_*. Allows backtraces on i386 to progress beyond thejakllsch
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-01-22add a return in the panic messagechristos
2013-11-24Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacingrmind
2013-10-19fix userland build, by moving all the unused stuff inside ifdef _KERNELchristos
2013-10-19Mark a potentialy unused variablemartin