freebsd-dev/sys/ddb
Justin Hibbits 517ba0d3f1 ddb: Print the thread's pcb in 'show thread'
This can aid with debugging when a thread is running and has no backtrace.
State can be estimated based on the pcb, and refined from there, for
example, to get a rough idea of the stack pointer.
2019-02-09 21:08:19 +00:00
..
db_access.c
db_access.h
db_break.c
db_break.h
db_capture.c
db_command.c ddb: Enable 'thread <address>' 2018-10-20 20:45:49 +00:00
db_command.h
db_examine.c
db_expr.c
db_input.c
db_lex.c
db_lex.h
db_main.c
db_output.c
db_output.h
db_print.c
db_ps.c ddb: Print the thread's pcb in 'show thread' 2019-02-09 21:08:19 +00:00
db_run.c
db_script.c
db_sym.c
db_sym.h
db_textdump.c
db_thread.c ddb: Enable 'thread <address>' 2018-10-20 20:45:49 +00:00
db_variables.c
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c
ddb.h