OSDN Git Service

* gdbarch.sh: Added new gdbarch struct
authorcseo <cseo>
Sat, 24 May 2008 16:32:00 +0000 (16:32 +0000)
committercseo <cseo>
Sat, 24 May 2008 16:32:00 +0000 (16:32 +0000)
commit829984166799b3ecf767f99e2d30c3b38b7122d1
tree532027a0f7b32cb73133f069cb87d16e46abb971
parent9733a2c0687f076d4bb566da348752227b36cb8d
* gdbarch.sh: Added new gdbarch struct
core_regset_sections.
* gdbarch.c: Refreshed.
* gdbarch.h: Refreshed.
* regset.h (core_regset_section): Declared.
* linux-nat.c (linux_nat_do_thread_registers): Added
support for the new gdbarch struct core_regset_sections.
* utils.c (host_address_to_string): New function.
* defs.h (host_address_to_string): New prototype.
* i386-linux-tdep.c (i386_regset_rections): New register
sections list for i386.
  (i386_linux_init_abi): Initialized new gdbarch struct
  core_regset_sections.
* Makefile.in: Updated to reflect dependency changes.
* ppc-linux-tdep.c (ppc_regset_sections): Register
sections list for ppc.
  (ppc_linux_init_abi): Initialized new gdbarch struct
  core_regset_sections
gdb/ChangeLog
gdb/Makefile.in
gdb/defs.h
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/i386-linux-tdep.c
gdb/linux-nat.c
gdb/ppc-linux-tdep.c
gdb/regset.h
gdb/utils.c