Running kgdb in batch mode.

2012-11-25 Thread Sushanth Rai
Basically I would like to get kernel backtrace of a bunch of threads from the live kernel under some conditions. When the condition is seen I would like to run kgdb, collect kernel backtrace of specific threads and exit. Is there a way run kgdb in batch mode ? Or any other way to get the stack t

Re: Running kgdb in batch mode.

2012-11-26 Thread Ed Maste
On 26 November 2012 01:21, Sushanth Rai wrote: > Basically I would like to get kernel backtrace of a bunch of threads from the > live kernel under some conditions. When the condition is seen I would like to > run kgdb, collect kernel backtrace of specific threads and exit. Is there a > way run

Re: Running kgdb in batch mode.

2012-11-26 Thread Benjamin Kaduk
On Mon, 26 Nov 2012, Ed Maste wrote: On 26 November 2012 01:21, Sushanth Rai wrote: Basically I would like to get kernel backtrace of a bunch of threads from the live kernel under some conditions. When the condition is seen I would like to run kgdb, collect kernel backtrace of specific thread