DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

panicregs - Display the cpu panic registers.

SYNOPSIS

panicregs i

DESCRIPTION

The panicregs macro takes one argument, the number of a cpu. It prints the the contents of the memory area where cpu registers were saved at panic time.

Typical output looks like this:

    
  S> panicregs 0
  Panic registers cpu 0
  cr0  8000001B  cr2  08077190  cr3 00002000  tlb  00000000
  ss   00000160  uesp 00000000  efl 00000086  ipl  00000000
  cs   00000158  eip  D001BA30  err 00000000  trap 00000000
  eax  D028465C  ecx  000008CC  edx 00000000  ebx  E0004D40
  esp  E0004C9C  ebp  E0004CDC  esi E0004CFC  edi  D01ADBF0
  ds   00000160  es   00000160  fs  00000000  gs   00000000

DEFINED IN

trace.k

SEE ALSO

panic

APPENDIX A: Alphabetic Index of Macros