mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
2002-09-18 Michal Ludvig <mludvig@suse.cz>
* x86-64-linux-nat.c (x86_64_regmap): Added CS and SS registers.
This commit is contained in:
parent
4cf0dd0d7c
commit
cb7e422f1e
@ -1,3 +1,8 @@
|
||||
2002-09-18 Michal Ludvig <mludvig@suse.cz>
|
||||
|
||||
* x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
|
||||
registers.
|
||||
|
||||
2002-09-17 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* NEWS: Mention that MIPS $fp behavior changed.
|
||||
|
@ -43,7 +43,7 @@ static int x86_64_regmap[] = {
|
||||
RSI, RDI, RBP, RSP,
|
||||
R8, R9, R10, R11,
|
||||
R12, R13, R14, R15,
|
||||
RIP, EFLAGS,
|
||||
RIP, EFLAGS, CS, SS,
|
||||
DS, ES, FS, GS
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user