DDB Improvements

John Baldwin jhb at freebsd.org
Thu Mar 5 15:22:33 UTC 2015


On Tuesday, March 03, 2015 02:58:56 PM Hans Petter Selasky wrote:
> On 03/03/15 14:54, Daniel Lovasko wrote:
> > Hello hackers,
> > 
> > I would like to reach out to all DDB users here: what are the things
> > (or just one single thing) that you would like to improve in DDB?
> > Ranging from UI to code quality, missing features to obsoleted
> > features.
> 
> Hi,
> 
> When there are multiple cores, an easy way to see the complete backtrace
> of the other cores, and not only the panicing one?

tr <pid> doesn't work for you?

(You can use 'show pcpu <x>' or 'show all pcpu' to figure out curthread for 
CPU and then pass that tid or pid to 'tr')

-- 
John Baldwin


More information about the freebsd-hackers mailing list