commit | 703a1edcd1534468fc18f733c03bd91a65c8c6f0 | [log] [tgz] |
---|---|---|
author | Jason Wessel <jason.wessel@windriver.com> | Fri Sep 26 10:36:42 2008 -0500 |
committer | Jason Wessel <jason.wessel@windriver.com> | Fri Sep 26 10:36:42 2008 -0500 |
tree | 4861a7d6e8c600c8d872eb9f3336d6d91eeea614 | |
parent | 95dbf1dbe39ed336a3e72116c95cfa98dd3457e6 [diff] |
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 <jason.wessel@windriver.com>