[mdb-discuss] How to check the general register's value for a specific CPU

2006-04-19 Thread Oliver Yang
Jonathan Adams wrote: > > >As part of a panic, the panicking CPU cross-calls the other CPUs, inducing >them to call panic_idle(). In panic_idle(), the stack pointer is stored >in the thread's t_pcb field. Something like: > > addr::print kthread_t t_pcb.value[1] | $C > >(where addr is the a

[mdb-discuss] How to check the general register's value for a specific CPU

2006-04-12 Thread Oliver Yang
Jonathan Adams wrote: >On Tue, Apr 11, 2006 at 08:22:15AM +0800, Oliver Yang wrote: > > >>Sorry for raising the question again, maybe my question is not very clear... >> >>Actually, I need check the general register's value for a specific CPU >>on MP system. But, it seems like ::regs couldn't m

[mdb-discuss] How to check the general register's value for a specific CPU

2006-04-12 Thread Jonathan Adams
On Wed, Apr 12, 2006 at 04:43:12PM +0800, Oliver Yang wrote: > Jonathan Adams wrote: > > >On Tue, Apr 11, 2006 at 08:22:15AM +0800, Oliver Yang wrote: > > > > > >>Sorry for raising the question again, maybe my question is not very > >>clear... > >> > >>Actually, I need check the general register

[mdb-discuss] How to check the general register's value for a specific CPU

2006-04-12 Thread Jonathan Adams
On Wed, Apr 12, 2006 at 04:43:12PM +0800, Oliver Yang wrote: > Jonathan Adams wrote: > > >On Tue, Apr 11, 2006 at 08:22:15AM +0800, Oliver Yang wrote: > > > > > >>Sorry for raising the question again, maybe my question is not very > >>clear... > >> > >>Actually, I need check the general register

[mdb-discuss] How to check the general register's value for a specific CPU

2006-04-11 Thread Jonathan Adams
On Tue, Apr 11, 2006 at 08:22:15AM +0800, Oliver Yang wrote: > Sorry for raising the question again, maybe my question is not very clear... > > Actually, I need check the general register's value for a specific CPU > on MP system. But, it seems like ::regs couldn't meet my requirement. > Does an

[mdb-discuss] How to check the general register's value for a specific CPU

2006-04-11 Thread Oliver Yang
Sorry for raising the question again, maybe my question is not very clear... Actually, I need check the general register's value for a specific CPU on MP system. But, it seems like ::regs couldn't meet my requirement. Does anybody know the other way? Original Message Subject