]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update the ddb and gdb backends for the new 'trace_thread' hook.
authorjhb <jhb@FreeBSD.org>
Thu, 12 Apr 2012 21:34:58 +0000 (21:34 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 12 Apr 2012 21:34:58 +0000 (21:34 +0000)
commit4b63f702b77fee250d25c5caf39cd7a770789f07
tree9a308890763595a81138aaa654405f0a9a54be0e
parent02e8925eaaadc72af91ad69199fbca1d57fadec5
Update the ddb and gdb backends for the new 'trace_thread' hook.
It is implemented via db_trace_thread() for DDB and not implemented
for GDB.  This should have been part of r234190.

Pointy hat to: jhb
Reported by: jkim
MFC after: 1 week
sys/ddb/db_main.c
sys/gdb/gdb_main.c