summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
AgeCommit message (Expand)Author
2024-07-29proc: Remove kernel stack swapping support, part 6Mark Johnston
2024-07-09ddb: make db_error reliably no-returnRyan Libby
2024-04-12sys/ddb: Add hardware breakpoint support to ddbAndrew Turner
2024-03-22ddb: Add CTF-based pretty printingBojan Novković
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-01-23ddb: have 'reset' command use normal reboot pathMitchell Horne
2022-11-02ddb: Don't flag breakpoint/watchpoint commands as MEMSAFEMark Johnston
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-05db_command.c: use designated initializersMitchell Horne
2022-07-05db_command.c: styleMitchell Horne
2022-06-14ddb: namespacing of struct commandMitchell Horne
2021-02-24ddb: reliably fail with ambiguous commandsRyan Libby
2021-02-18Use atomic loads/stores when updating td->td_stateAlex Richardson
2020-12-31Use kdb_thr_* to iterate over threads consistently in DDB.John Baldwin
2020-12-31Don't check P_INMEM in kdb_thr_*().John Baldwin
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2018-10-20ddb: Enable 'thread <address>'Conrad Meyer
2018-04-17Restore db_radix on parse error, otherwise we'll silently change it toWarner Losh
2017-11-30SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni
2017-11-28Make kdb_reenter() silent when explicitly called from db_error().Edward Tomasz Napierala
2017-11-09Point people towards our https web site for documentation, http accesses areGavin Atkinson
2017-07-06Improve ddb(4) error reporting a bit.Edward Tomasz Napierala
2017-07-06Make ddb(4) a bit more user-friendly by improving "help".Edward Tomasz Napierala
2016-09-09Correct the type of db_cmd_loop_done.Justin Hibbits
2016-08-26ddb: Add 'show active trace' commandConrad Meyer
2016-04-15ddb: for pointers replace 0 with NULL.Pedro F. Giffuni
2015-05-23ddb: de-registerPedro F. Giffuni
2015-05-22ddb: Use NULL for pointersPedro F. Giffuni
2015-05-21ddb: finish converting boolean values.Pedro F. Giffuni
2015-05-18ddb: stop boolean screaming.Pedro F. Giffuni
2014-10-12ddb: ANSI-fy function declarations.Pedro F. Giffuni
2014-10-11ddb: space/tab fixes.Pedro F. Giffuni
2014-06-02handle longer commands so that lines don't overflow... people who addedJohn-Mark Gurney
2012-11-01Small textdump enhancements.Alfred Perlstein
2011-12-16Add 'findstack' ddb command to search either the thread kernel stackKonstantin Belousov
2011-06-07Fix making kernel dumps from the debugger by creating a commandMarcel Moolenaar
2011-04-27- Add the possibility to reuse the already last used timeout when pattingAttilio Rao
2011-04-05Extend the DDB command "watchdog" with the ability to specify a timeoutAttilio Rao
2011-02-18Modify kdb_trap() so that it re-calls the dbbe_trap function as long asMatthew D Fleming
2010-07-12One more use for _SIG_VALID.Konstantin Belousov
2010-05-24MFp4 @178364:Bjoern A. Zeeb
2009-11-17Among signal generation syscalls, only sigqueue(2) is allowed by POSIXKonstantin Belousov
2008-09-25Initialize the DDB command list when initializing DDB so that the basicJohn Baldwin
2008-09-15Make ddb command registration dynamic so modules can extendSam Leffler
2008-03-25enable dynamic addition of "show all" commandsSam Leffler
2008-03-07When killing a user process from DDB, check that the requested signal isRobert Watson
2007-12-26Add textdump(4) facility, which provides an alternative form of kernelRobert Watson