Home
last modified time | relevance | path

Searched refs:x86_64_regmap (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-x86-64-low.c59 static int x86_64_regmap[] = { variable
68 #define X86_64_NUM_GREGS (sizeof(x86_64_regmap)/sizeof(int))
98 collect_register (i, ((char *) buf) + x86_64_regmap[i]); in x86_64_fill_gregset()
107 supply_register (i, ((char *) buf) + x86_64_regmap[i]); in x86_64_store_gregset()
H A DChangeLog299 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
617 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-20023889 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
6481 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
6482 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
11692 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
12032 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
12033 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
H A DChangeLog-20038852 (x86_64_regmap): Rename to regmap.
8856 x86_64_regmap.