freebsd-src/sys/ddb
Julian Elischer b410626185 Attempt to crunch down the thread state info so that it is more likely to
fit on one line. Account for threads better.

* No need to report that it is on a sleep queue if it is actually sleeping
* "Normal" state is almost ubiquitous.. only report abnormal states.
* increment the #lines count for each separate thread shown in threaded
  programs.

makes it less likely that a threaded program will make all the data
on a screen overflow off the top of the screen.
2003-06-06 20:28:11 +00:00
..
db_access.c
db_access.h
db_break.c Add /* FALLTHROUGH */ 2003-05-31 20:43:47 +00:00
db_break.h Revert previous and move the prototype for db_alt_break to ddb.h. 2002-12-31 18:30:53 +00:00
db_command.c Make "where" an alias for "trace" 2003-06-01 09:06:23 +00:00
db_command.h
db_elf.c Garbage-collected __ELF__ ifdefs. 2002-09-15 22:28:39 +00:00
db_examine.c - Rename the DDB specific %z printf format to %y. 2002-10-25 19:41:32 +00:00
db_expr.c
db_input.c Add /* FALLTHROUGH */ 2003-05-31 19:00:02 +00:00
db_kld.c
db_lex.c
db_lex.h
db_output.c
db_output.h
db_print.c
db_ps.c Attempt to crunch down the thread state info so that it is more likely to 2003-06-06 20:28:11 +00:00
db_run.c
db_sym.c
db_sym.h
db_sysctl.c
db_trap.c
db_variables.c
db_variables.h
db_watch.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
db_watch.h
db_write_cmd.c
ddb.h Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB 2003-02-16 19:22:21 +00:00