From: Jason Wessel Date: Fri, 26 Sep 2008 15:36:42 +0000 (-0500) Subject: kgdb, x86_64: fix PS CS SS registers in gdb serial X-Git-Tag: v2.6.27-rc8~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=703a1edcd1534468fc18f733c03bd91a65c8c6f0;p=pandora-kernel.git kgdb, x86_64: fix PS CS SS registers in gdb serial On x86_64 the gdb serial register structure defines the PS (also known as eflags), CS and SS registers as 4 bytes entities. This patch splits the x86_64 regnames enum into a 32 and 64 version to account for the 32 bit entities in the gdb serial packets. Also the program counter is properly filled in for the sleeping threads. Signed-off-by: Jason Wessel --- Reading git-diff-tree failed