OSDN Git Service

* corelow.c (core_close): Don't hardcode the core's pid.
authorPedro Alves <pedro@codesourcery.com>
Mon, 16 Feb 2009 03:16:22 +0000 (03:16 +0000)
committerPedro Alves <pedro@codesourcery.com>
Mon, 16 Feb 2009 03:16:22 +0000 (03:16 +0000)
commit58f069edbd6baf1fe200ab72de2e423429dba100
tree24c2052e064ea874ff6f023fc632ac244373b120
parentfabdb985649e3590f792033892b2df4f9a83b91a
* corelow.c (core_close): Don't hardcode the core's pid.
(core_open): Find core threads before calling
post_create_inferior.
(add_to_thread_list, get_core_register_section): Take into account
systems where the regset section names encode the pid of the
inferior.

* gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
* gdbarch.h, gdbarch.c: Regenerate.

* amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
* i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
* sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
* sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
gdb/ChangeLog
gdb/amd64-sol2-tdep.c
gdb/corelow.c
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/i386-sol2-tdep.c
gdb/sparc-sol2-tdep.c
gdb/sparc64-sol2-tdep.c