summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
2024-11-07Constify strings in symbol-related ddb interfaces, and make the iteratorMiod Vallat
2024-11-05Correctly honour the count optional argument of the break command, byMiod Vallat
2024-09-05In ddb(4) print mbuf chain and packet list.Alexander Bluhm
2024-09-04Fix some spelling.Marcus Glocker
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-02-23ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void*Scott Soule Cheloha
2024-02-22Improve db_ctf_pprint(), implement handlers for arrays and enums.Claudio Jeker
2024-02-03Remove Softdep.Bob Beck
2023-09-19Improve the output of ddb "show proc" commandClaudio Jeker
2023-07-02all platforms, kernel: remove __HAVE_CLOCKINTR symbolScott Soule Cheloha
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-11-05clockintr(9): initial commitScott Soule Cheloha
2022-08-14db_ctf_decompress: use size_t not off_t for length parameterTodd C. Miller
2022-08-11Revert uLong -> z_off_t change in the kernelTheo Buehler
2022-07-29Replace the swap extent(9) usage by a blist data structure.Sebastien Marie
2022-07-28In the kernel exist functions to print routes, but they were notAlexander Bluhm
2022-07-12Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax codeJeremie Courreges-Anglas
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2021-11-16To debug IPsec and tdb refcounting it is useful to have "show tdb"Alexander Bluhm
2021-10-27extend checks of ensuring there's valid CTF data before attempting to use it.Jasper Lievisse Adriaanse
2021-10-24use NULL not 0 for pointer values in kernJonathan Gray
2021-09-03add kprobes provider for dtJasper Lievisse Adriaanse
2021-07-09fix scentence in db_printsym commentJasper Lievisse Adriaanse
2021-06-10Prevent interleaved stack traces in ddb from multiple CPUs. CheckAlexander Bluhm
2021-06-02kernel: introduce per-CPU panic(9) message bufferscheloha
2021-03-12spellingJonathan Gray
2021-02-09ddb: when a new wsdisplay console attaches, resize ddb cols/rows to itJoshua Stein
2021-01-09Finish converting ddb_sysctl to sysctl_int_boundedgnezdo
2020-12-10Convert ddb_sysctl to sysctl_bounded_arrgnezdo
2020-10-26add a top-level "reboot" command, for people who keep forgetting "boot reboot"Theo de Raadt
2020-10-15sick of the CMU, let's make this KNFTheo de Raadt
2020-05-26Stop requiring that .strtab has long alignment.gkoehler
2020-01-20Separate the stack trace saving interface from ddb. The saving does notVisa Hankala
2020-01-09If the kernel panics due to SMEP or SMAP, print correct stack traceAlexander Bluhm
2019-11-12Default to 0 arguments if no symbol has been found in the CTF section.Martin Pieuchot
2019-11-07db_addr_t -> vaddr_tMartin Pieuchot
2019-11-07FALSE -> 0, missed in previous.Martin Pieuchot
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2019-04-02Fix ddb not to write its history to out of the region. When theYASUOKA Masahiko
2019-04-01remove prototype from earlier version of reboot code. spotted by antonTed Unangst
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-02-15zap trailing empty lineanton
2019-02-15The underlying storage for builtin ddb variables are of type int butanton
2019-01-09Printing hex values with right adjustment makes it easier to compareAlexander Bluhm
2018-09-18whitespace fix; no binary changeanton
2018-08-31Pass the correct size to free(9) in the error path of db_ctf_decompress().Alexander Bluhm
2018-05-07Make the print function of db_print_stack_trace() configurable,Visa Hankala
2018-01-09Do not truncate 64bit integers when pretty-printing types.Martin Pieuchot