* Ingo Molnar <[EMAIL PROTECTED]> wrote: > * Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > Anyway, to resolve this i've turning them into non-docbook, > > descriptive comments. Please submit any docbook patch to > > arch/x86/kernel/kgdb.c to x86.git if you'd like more documentation. > > no need for that btw, i just added the docbook entries to > arch/x86/kernel/kgdb.c myself and fixed all of kgdb.h. Tree is at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb.git > > tip 2e3ebf25b0bd8646e517806073e1991be1fec8a2. Shortlog, diffstat and > the full patch can be found below, with all relevant review feedback > addressed. Builds, boots and works fine on x86.
here's gdb test-output from this 2e3ebf25b0bd kernel: (gdb) target remote /dev/ttyS0 Remote debugging using /dev/ttyS0 0x00000046 in ?? () (gdb) i r eax 0x11 17 ecx 0x0 0 edx 0xf4f4 62708 ebx 0x0 0 esp 0x80d09400 0x80d09400 ebp 0xfffe37a7 0xfffe37a7 esi 0x809162d0 -2137955632 edi 0xffffffff -1 eip 0x46 0x46 eflags 0x0 [ ] cs 0x80d093e4 -2133814300 ss 0xffffffff -1 ds 0x3fa6fe18 1067908632 es 0xffff8100 -32512 fs 0x3fa6fe18 1067908632 gs 0xffff8100 -32512 (gdb) Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/