add supports for dump analyzer

This commit is contained in:
NAKAMURA Gou
2015-02-17 11:23:25 +09:00
parent 63669b7f71
commit a0d909af75
6 changed files with 64 additions and 6 deletions

View File

@ -42,7 +42,10 @@ struct x86_cpu_local_variables {
uint64_t gdt[10];
/* 128 */
struct tss64 tss;
/* 232 */
unsigned long paniced;
uint64_t panic_regs[21];
/* 408 */
} __attribute__((packed));
struct x86_cpu_local_variables *get_x86_cpu_local_variable(int id);