summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* 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
* If not in the debugger or if the user requests it with thenjl2004-01-281-1/+27
* Reworked rev.1.14. Use the ELF symbol type again to summarily rejectbde2003-09-281-0/+5
* Label the uarea address as such in DDB's ps outputphk2003-08-301-1/+1
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-161-1/+1
* db_get_value uses a local buffer to first fetch all the bytes of aharti2003-08-121-1/+1
* Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the newjhb2003-07-311-28/+6
* Add a one-shot callout facility to db_printf() that executes the registeredjhb2003-07-313-0/+75
* Whitespace nit.jhb2003-07-301-0/+1
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-3/+3
* Use __FBSDID().obrien2003-06-1019-53/+67
* Attempt to crunch down the thread state info so that it is more likely tojulian2003-06-061-6/+15
* Handle the TDS_INACTIVE state by printing '[INACTIVE]' instead ofjhb2003-06-061-1/+4
* Whitespace nits.jhb2003-06-061-2/+3
* Make "where" an alias for "trace"phk2003-06-011-0/+1
* Add /* FALLTHROUGH */phk2003-05-311-0/+1
* Add /* FALLTHROUGH */phk2003-05-311-0/+1
* Move the _oncpu entry from the KSE to the thread.julian2003-04-101-1/+1
* The kernel bcopy() is safe for overlapping regions (and always has), sodes2003-04-041-2/+2
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-3/+3
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-9/+0
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-162-3/+3
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-0/+9
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-9/+0
* Revert previous and move the prototype for db_alt_break to ddb.h.jake2002-12-312-7/+4
* - Add a function db_alt_break which recognizes the character sequence used tojake2002-12-312-1/+51
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-283-55/+96
* - Rename the DDB specific %z printf format to %y.mux2002-10-251-2/+2
* Remove the process state PRS_WAIT.julian2002-10-211-3/+0
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-091-3/+8
* Rename the mutex thread and process states to use a more generic 'LOCK'jhb2002-10-021-3/+3
* Indentation indicates missing braces.phk2002-10-011-1/+2
OpenPOWER on IntegriCloud