K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2018-06-25T22:05:33.862458Z K 7 svn:log V 358 Expose stopped cpu contexts to ddb on PowerPC Summary: In r220638, stoppcbs started being tracked. This never got exposed to ddb though, so kdb_thr_ctx() didn't know how to look them up. This allows switching to threads on stopped CPUs in kdb. Submitted by: Brandon Bergren Differential Revision: https://reviews.freebsd.org/D15986 END