summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
2015-09-01initialise the width var in db_struct_offset_cmd()Jonathan Gray
2015-08-30Automatically perform traces upon panic. Shrink message aboutTheo de Raadt
2015-08-12Use a linker script when building i386 kernels to allow section padding onMike Larkin
2015-07-07Return correct file name entry from DWARF line tableMatthew Dempsky
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-04-29Also generate db_structinfo.txt with struct member offset and size infoPhilip Guenther
2015-03-14restore systm.h, needed for strcmp. from Steven McDonaldTed Unangst
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-01-27remove #include <sys/workq.h>. it wont exist anymore soon.David Gwynne
2014-12-21Prevent writing to the kernel area via the direct map. We do this by paddingMike Larkin
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-12-19Remove an unused sys/hash.h include from db_structinfo.cReyk Floeter
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-09ddb: add support for DWARF line number decodingMatthew Dempsky
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-11reboot(9): Add MI reboot entry functionMasao Uebayashi
2014-07-11Add basic DWARF line table decoderMatthew Dempsky
2014-07-08These do not need the extremely poorly named uvm/uvm_extern.h (whichTheo de Raadt
2014-05-29no more gcc2.Daniel Dickman
2014-03-24The kernel isn't involved in times(3); <sys/times.h> should never bePhilip Guenther
2014-03-18Unbreak DDB_STRUCT after removal of agpio.hPhilip Guenther
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2014-01-18Use arc4random_uniform to increase the slightly difficulty of winning.Theo de Raadt
2013-12-13Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@Christian Weisgerber
2013-12-12Add db_vprintf(), and then use it in ACPI's db_disprint() instead ofPhilip Guenther
2013-12-01Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andKenneth R Westerback
2013-10-19LP64 non-PMAP_DIRECT archs like sparc64 have a structure largerPhilip Guenther
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-15This has been rewritten in perl as parse_structinfo.plPhilip Guenther
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-06-10If sysctl ddb.trigger=1 is not called from the console, the errorAlexander Bluhm
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2011-11-07When multiple display modifiers are specified on a ddb examine command, doMiod Vallat
2011-05-22In ddb, when dereferencing a pointer, use sizeof a pointer.Ariane van der Steldt
2011-04-05- use nitems() no binary change on amd64Jasper Lievisse Adriaanse
2011-04-03Allow kernel printfs to go to console if in ddb instead of being redirectedDale Rahn
2010-11-27Get rid of the vm_map field of ddb breakpoints and watchpoints, and do notMiod Vallat
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-11-05Implement m_print as real ddb command "show mbuf addr" in the way otherClaudio Jeker
2010-09-08stray spaces no code changeMarco Peereboom
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-06-28<sys/time.b> is for ftime(), which is just in libcompat and not the kernel,Philip Guenthe
2010-05-26Fallout from the proc.h include cleanup: proc.h must be included beforePhilip Guenthe
2010-01-19A couple #ifdefs were missed when the final name of the DDB_STRUCTPhilip Guenthe
2009-11-21Fix `print $registername' on 64 bit platforms.Miod Vallat
2009-08-17dd 'show all bufs' to show all the buffers in the systemJasper Lievisse Adriaanse
2009-08-14add ddb functions to be able to show all the nfsnodes in the systemThordur I. Bjornsson