summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* Threading cleanup.. part 2 of several.julian2006-12-061-5/+0
* Fix the output format of MI ddb watches in 'show watch' on 64-bitjhb2006-11-171-0/+8
* Set up the context for the dbbe_trace callback in the ddb. Otherwise,kib2006-11-061-1/+14
* On trap while inside ddb, the trap handler calls kdb_reenter(), thatkib2006-11-021-6/+14
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+4
* The powerpc and sparc64 MD `reboot' commands should never have existedbde2006-10-101-1/+10
* Fixed loss of whitespace suppression at ends of lines. Whitespacebde2006-10-101-3/+3
* Added some aliases:bde2006-10-081-0/+3
* Fixed formatting of printing of command tables. WIth the default maxbde2006-10-084-6/+6
* Fix two nits in the ps header that offset each other making them largelyjhb2006-08-011-6/+6
* Some cosmetic tweaks:jhb2006-08-011-10/+10
* Disable the pager for 'panic' and 'call' to be paranoid.jhb2006-07-191-0/+2
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-126-59/+47
* Never zero-out db_last_symtab. Whan backtraces are donekib2006-06-161-1/+0
* Use __LP64__ rather than the PTR64 hack.jhb2006-05-111-14/+3
* Sort includes.jhb2006-04-271-2/+2
* A whitespace fix.jhb2006-04-271-1/+1
* Drop locking comments. ddb functions should never use locking anyway andjhb2006-04-271-6/+0
* - Overhaul the 'ps' command in ddb to be mostly readable again. :) It isjhb2006-04-251-55/+319
* Add two helper functions: db_lookup_thread() and db_lookup_proc(). Theyjhb2006-04-252-0/+94
* Use LIST_FOREACH().jhb2006-04-211-1/+1
* Clean up the way we handle auxiliary commands for a given ddb commandjhb2006-03-072-105/+106
* Fix -Wundef.ru2005-12-041-0/+4
* - Rename 'traceall' to 'alltrace' so that the 'tr' shortcut for 'trace'jhb2005-10-241-1/+2
* - Call db_setup_paging() for traceall.cognet2005-10-022-5/+13
* Add a DDB "traceall" function, which stack traces all known processrwatson2005-10-021-0/+18
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-102-5/+3
* Remove the need to forward declare statics by moving them around.obrien2005-08-101-57/+54
* Implement functions calls from within DDB on ia64. On ia64 a functionmarcel2005-07-022-16/+34
* Don't enter the debugger if KDB_UNATTENDED is set or ifps2005-04-201-1/+0
* rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisitepeter2005-04-142-0/+2
* Start each of the license/copyright comments with /*-imp2005-01-0624-24/+24
* When printing a stack trace for a thread, also print the pid and tid.rwatson2004-11-231-0/+6
* When printing information on the current thread, such as when enteringrwatson2004-11-231-1/+6
* Do not attempt to skip a breakpoint that is a result of a software single step,cognet2004-11-211-3/+12
* Remove the uarea column from the DDB 'ps' display, and from grog's gdbdas2004-11-201-3/+3
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-015-12/+28
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-3/+5
* Damage control. Correcly advance symtab and strtab pointers, notkan2004-07-281-2/+2
* Avoid casts as lvalues.kan2004-07-281-2/+4
* Oops... Add the CS_OWN flag to the trace and where commands so thatmarcel2004-07-211-2/+2
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-212-3/+43
* Re-add the gdb command. It was removed to be replaced by somethingmarcel2004-07-121-0/+12
* Remove now unused files:marcel2004-07-114-708/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-1012-291/+455
* Fixed DDB_NOKLDSYM on amd64's:bde2004-05-181-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Give DDB a "watchdog" command which disables all watchdogs.phk2004-02-291-0/+21
* Switch the sleep/wakeup and condition variable implementations to use thejhb2004-02-271-16/+2
* Add DDB_NUMSYM option which in addition to the symbolic representationphk2004-02-241-0/+6
OpenPOWER on IntegriCloud