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
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
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
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
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
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