search for: x86_remote_debug

Displaying 4 results from an estimated 4 matches for "x86_remote_debug".

2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 15/17] paravirt_op - kconfig
...Currently deliberately clobbers regs which are allowed to be + clobbered in inlined paravirt hooks, even in native mode. + If turning this off solves a problem, then DISABLE_INTERRUPTS() or + ENABLE_INTERRUPTS() is lying about what registers can be clobbered. + + #config X86_REMOTE_DEBUG # bool "kgdb debugging stub" Index: clean-start/arch/x86_64/Kconfig =================================================================== --- clean-start.orig/arch/x86_64/Kconfig +++ clean-start/arch/x86_64/Kconfig @@ -349,6 +349,18 @@ config NODES_SHIFT # Dummy CONFIG option to...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 15/17] paravirt_op - kconfig
...Currently deliberately clobbers regs which are allowed to be + clobbered in inlined paravirt hooks, even in native mode. + If turning this off solves a problem, then DISABLE_INTERRUPTS() or + ENABLE_INTERRUPTS() is lying about what registers can be clobbered. + + #config X86_REMOTE_DEBUG # bool "kgdb debugging stub" Index: clean-start/arch/x86_64/Kconfig =================================================================== --- clean-start.orig/arch/x86_64/Kconfig +++ clean-start/arch/x86_64/Kconfig @@ -349,6 +349,18 @@ config NODES_SHIFT # Dummy CONFIG option to...
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
...Currently deliberately clobbers regs which are allowed to be + clobbered in inlined paravirt hooks, even in native mode. + If turning this off solves a problem, then DISABLE_INTERRUPTS() or + ENABLE_INTERRUPTS() is lying about what registers can be clobbered. + + #config X86_REMOTE_DEBUG # bool "kgdb debugging stub" Index: linux-2.6.19-quilt/arch/x86_64/kernel/asm-offsets.c =================================================================== --- linux-2.6.19-quilt.orig/arch/x86_64/kernel/asm-offsets.c +++ linux-2.6.19-quilt/arch/x86_64/kernel/asm-offsets.c @@ -15,...
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
...Currently deliberately clobbers regs which are allowed to be + clobbered in inlined paravirt hooks, even in native mode. + If turning this off solves a problem, then DISABLE_INTERRUPTS() or + ENABLE_INTERRUPTS() is lying about what registers can be clobbered. + + #config X86_REMOTE_DEBUG # bool "kgdb debugging stub" Index: linux-2.6.19-quilt/arch/x86_64/kernel/asm-offsets.c =================================================================== --- linux-2.6.19-quilt.orig/arch/x86_64/kernel/asm-offsets.c +++ linux-2.6.19-quilt/arch/x86_64/kernel/asm-offsets.c @@ -15,...