crashinfo: Print stack traces for all on-CPU threadsAdd a python script which implements the bulk of this functionality.Over time, this would ideally evolve into a library of python routineswhich
crashinfo: Print stack traces for all on-CPU threadsAdd a python script which implements the bulk of this functionality.Over time, this would ideally evolve into a library of python routineswhich can be used to inspect kernel data structures and automate somedebugging tasks, similar to jhb's out-of-tree scripts, but written in asomewhat nicer language and with better integration into the kgdbcommand prompt.Note that kgdb currently won't auto-load scripts in this directory.This should perhaps change in the future. It probably also makes moresense to have a crashinfo.py which provides all the kgdb output that wewant to include in core.txt, rather than having crashinfo.sh pipe inseveral commands.Reviewed by: avg, impDiscussed with: jhbMFC after: 3 weeksSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D33817
show more ...