-
- Downloads
* amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch as parameter. * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise. (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace current_gdbarch by gdbarch. Update caller. * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers) (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at the current architecture. Update calls of amd64_native_gregset_supplies_p. * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers) (amd64bsd_store_inferior_registers): Likewise.
Showing
- gdb/ChangeLog 16 additions, 0 deletionsgdb/ChangeLog
- gdb/amd64-linux-nat.c 6 additions, 4 deletionsgdb/amd64-linux-nat.c
- gdb/amd64-nat.c 11 additions, 11 deletionsgdb/amd64-nat.c
- gdb/amd64-nat.h 2 additions, 1 deletiongdb/amd64-nat.h
- gdb/amd64bsd-nat.c 8 additions, 4 deletionsgdb/amd64bsd-nat.c
Loading
Please register or sign in to comment