1
2
3
4
5
6
7
8
9
|
Breakpoint 1, consputc (c=105) at /mnt/dalmore-home/one/build/anatofuz/xv6/CMakeFiles/kernel.dir/c/console.c:163
163 if (Gearef(&proc->cbc_context, ConsoleArg)->panicked) {
(gdb) p proc
$1 = (struct proc *) 0x800b8a5c <ptable+52>
(gdb) p (struct ConsoleArg)proc->cbc_context->data[D_ConsoleArg]
$5 = {ca = 0x87fe1010, panicked = -2013392800, lock = {locked = 2281574596, name = 0x87fe10dc "", cpu = 0x87fe1100, pcs = {
2281574680, 2281574712, 2281574732, 2281574772, 2281574812, 2281574884, 2281575008, 2281575124, 2281575220, 2281575844}},
locking = -2013391348}
(gdb) bt
|