summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* Fix software single-stepping: we need to check if the instruction is acognet2008-08-021-1/+1
* Print out the container lock when showing the thread state in DDB.attilio2008-06-181-0/+3
* Rename debug.ddb.capture.bytes sysctl to debug.ddb.capture.bufoff inrwatson2008-04-251-1/+4
* enable dynamic addition of "show all" commandssam2008-03-253-2/+15
* Add a /S mode to DDB "ex" command, which interprets and prints therwatson2008-03-071-0/+6
* When killing a user process from DDB, check that the requested signal isrwatson2008-03-071-1/+1
* Reserve two bytes at the end of the DDB input line in db_readline() torwatson2008-03-071-1/+4
* When redrawing an input line, count backspaces to get to the beginning ofrwatson2008-03-061-1/+1
* Use dump_write() instead of direct calls to di->dumper() in textdumps.rwatson2008-01-311-3/+3
* Increase maximum DDB capture buffer size to 5MB.rwatson2008-01-261-1/+1
* Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to berwatson2008-01-261-13/+18
* Rename DB_ constants in db_capture.c to DDB_ so that when they arerwatson2008-01-261-16/+16
* Refine textdump comments slightly.rwatson2008-01-101-10/+12
* Add textdump(4) facility, which provides an alternative form of kernelrwatson2007-12-264-3/+634
* Remove duplicate $FreeBSD$ that snuck in.rwatson2007-12-261-2/+0
* Add a simple scripting facility to DDB(4), allowing the user torwatson2007-12-267-10/+665
* Add a new DDB(4) facility, output capture. Input and output from DDB may berwatson2007-12-256-0/+329
* Make the examine command honor db_pager_quit so you can use 'q' or 'x'jhb2007-10-271-1/+1
* Print the stack bounds of the thread.marcel2007-10-161-0/+2
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-172-4/+4
* 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
OpenPOWER on IntegriCloud