summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
2025-09-09ddb ps: Print again the effective GID, separatelyOlivier Certner
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-07-29proc: Remove kernel stack swapping support, part 6Mark Johnston
2024-07-29thread: Remove kernel stack swapping support, part 4Mark Johnston
2024-07-21db_pprint: Properly handle complex pointer typesBojan Novković
2024-07-21db_pprint: Fix offset calculation for struct membersBojan Novković
2024-07-09ddb: make db_error reliably no-returnRyan Libby
2024-04-12sys/ddb: Add hardware breakpoint support to ddbAndrew Turner
2024-04-12ddb: Start to generalise breakpointsAndrew Turner
2024-04-03ddb: Fix format string errors in db_pprint.cMark Johnston
2024-04-03ddb: Don't throw away qualifier when pretty-printing unnamed pointersBojan Novković
2024-04-03ddb: Properly pretty-print non-labeled enum valuesBojan Novković
2024-03-28ddb: Drop obsolete -FreeBSD identifier from licenseBojan Novković
2024-03-22ddb: Fix format string errors in db_pprint.cMark Johnston
2024-03-22ddb: Add CTF-based pretty printingBojan Novković
2023-12-27ddb: Fix typo (triple S)Jose Luis Duran
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-09ddb: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-05ddb: Rework macros to make it easier to add new command tables.John Baldwin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-08ddb: ansifyMateusz Guzik
2023-02-02Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov
2023-01-23ddb: have 'reset' command use normal reboot pathMitchell Horne
2022-11-02ddb: Don't flag breakpoint/watchpoint commands as MEMSAFEMark Johnston
2022-10-28ddb: print the actual syscall nameMitchell Horne
2022-10-04Fix kernel build after 754cb545b68ba0a1643792763d000018ffe2afec .Hans Petter Selasky
2022-10-03db_sym.c: restore sys/systm.h includeMitchell Horne
2022-10-03ddb: de-duplicate decode_syscall()Mitchell Horne
2022-07-19Adjust db_flush_line() definition to avoid clang 15 warningDimitry Andric
2022-07-18mac: add new mac_ddb(4) policyMitchell Horne
2022-07-18mac: kdb/ddb framework hooksMitchell Horne
2022-07-18ddb: tag core commands with DB_CMD_MEMSAFEMitchell Horne
2022-07-18ddb: annotate some commands with DB_CMD_MEMSAFEMitchell Horne
2022-07-18ddb: add the DB_CMD_MEMSAFE flag for commandsMitchell Horne
2022-07-05ddb: add _FLAGS command variantsMitchell Horne
2022-07-05db_command.c: use designated initializersMitchell Horne
2022-07-05db_command.c: styleMitchell Horne
2022-06-14ddb: namespacing of struct commandMitchell Horne
2022-05-13kerneldump: remove physical from dump routinesMitchell Horne
2022-01-07ddb: Remove SOFTWARE_SSTEP supportWarner Losh
2021-12-28sys/ddb: Use C99 fixed-width integer types.John Baldwin
2021-08-30Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner
2021-05-05fix style nit: space after ifWarner Losh
2021-03-29ddb: replace watchpoint set/clear functionsMitchell Horne
2021-03-14ddb: enable the use of ^C and ^S/^QRyan Libby
2021-02-24ddb: just move cursor when the lexer backs upRyan Libby
2021-02-24ddb: reliably fail with ambiguous commandsRyan Libby
2021-02-18Use atomic loads/stores when updating td->td_stateAlex Richardson