pub fn report()Expand description
Print a full kernel state dump to the console. Safe to call from any
task context (not ISR-safe — it does blocking console writes, same as
crate::console::write_str in general; see [crate::log] for the
ISR-safe alternative when you need to trace from interrupt context).