summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Be consistent about "static" functions: if the function is markedphk2002-09-282-7/+7
* Constify to kill some warnings.markm2002-09-212-2/+2
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+3
* Garbage-collected __ELF__ ifdefs.bde2002-09-151-10/+2
* Don't use the ELF symbol type to summarily reject symbols inbde2002-09-151-4/+0
* Made this work on i386's at least. It wants ELF section headers forbde2002-09-151-2/+34
* Made this compile (but not work). This involved mainly const poisoningbde2002-09-151-8/+18
* Completely redo thread states.julian2002-09-111-25/+48
* db_ps.c:bde2002-08-311-5/+6
* When talking about c_db_sym_t, mention that it is not just like db_sym_t:jmallett2002-08-141-1/+1
* Realign columns in DDB's ps output. Don't waste more horizontal space thanphk2002-08-131-9/+9
* Part 1 of KSE-IIIjulian2002-06-291-8/+30
* Remove a couple of __P() stragglers.peter2002-06-291-1/+1
* Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixestmm2002-06-252-6/+3
* Split the declaration and the initialization of two variables.mux2002-06-231-4/+4
* Allow DB_SET() to set all fields in the ddb command structure. Thisgibbs2002-06-051-5/+5
* Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). Itbde2002-05-072-2/+12
* Restored db_elf.c from the Attic. This will be used for a quick fix forbde2002-05-061-0/+381
* Commented out locking that would be used in the ps command if locks werejhb2002-04-111-0/+5
OpenPOWER on IntegriCloud