summaryrefslogtreecommitdiff
path: root/sys/ddb/db_thread.c
AgeCommit message (Expand)Author
2024-07-29proc: Remove kernel stack swapping support, part 6Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-12-31Use kdb_thr_from_pid() in db_lookup_thread().John Baldwin
2020-12-31Don't check P_INMEM in kdb_thr_*().John Baldwin
2019-08-28proc: eliminate the zombproc listMateusz Guzik
2018-10-20ddb: Enable 'thread <address>'Conrad Meyer
2017-11-27sys/ddb: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-05-21ddb: finish converting boolean values.Pedro F. Giffuni
2011-12-16Show the thread kernel stack base address for 'show threads'.Konstantin Belousov
2011-12-09Typo.Konstantin Belousov
2010-05-24MFp4 @178364:Bjoern A. Zeeb
2010-02-12Add a space before printing 'thread pid ...' to match the space beforeRui Paulo
2007-01-17Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.Xin LI
2006-07-12Simplify the pager support in DDB. Allowing different db commands toJohn Baldwin
2006-04-25Add two helper functions: db_lookup_thread() and db_lookup_proc(). TheyJohn Baldwin
2005-01-06Start each of the license/copyright comments with /*-Warner Losh
2004-11-23When printing information on the current thread, such as when enteringRobert Watson
2004-11-01- Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin
2004-07-10Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar