git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95dbf1d
)
kgdb, x86_64: fix PS CS SS registers in gdb serial
author
Jason Wessel
<jason.wessel@windriver.com>
Fri, 26 Sep 2008 15:36:42 +0000
(10:36 -0500)
committer
Jason Wessel
<jason.wessel@windriver.com>
Fri, 26 Sep 2008 15:36:42 +0000
(10:36 -0500)
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>
No differences found