freebsd-dev/sys/ddb
Conrad Meyer e41793db2c ddb: Enable 'thread <address>'
Currently, the 'thread' command (to switch the debugger to another thread)
only accepts decimal-encoded tids.  Use the same parsing logic as 'show
thread <arg>' to accept hex-encoded thread pointers in addition to
decimal-encoded tids.

Document the 'thread' command in ddb.4 and expand the 'show thread'
documentation to cover the tid usage.

Reported by:	bwidawsk
Reviewed by:	bwidawsk (earlier version), kib (earlier version), markj
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D16962
2018-10-20 20:45:49 +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 Fix PPC symbol resolution 2018-05-10 03:59:48 +00:00
db_output.c
db_output.h
db_print.c
db_ps.c add an option for ddb ps command to print process arguments 2018-08-09 11:21:31 +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 Fix PPC symbol resolution 2018-05-10 03:59:48 +00:00