Hi Dave

I was trying to run gdb commands in crash, and noticed
that the thread command is in the prohibited list in
gdb_interface.c
I was wondering what the reason for this is. Could you 
please throw some light on this.

Thanks
Rachita




Hi Rachita,

The embedded gdb module inside of crash is run simply
as "gdb vmlinux", as it used solely as a mechanism for
accessing debug data from the vmlinux namelist.  It has
no concept of any threads.

Dave