OSDN Git Service

* corelow.c (core_close): Don't hardcode the core's pid.
authorpalves <palves>
Mon, 16 Feb 2009 03:16:22 +0000 (03:16 +0000)
committerpalves <palves>
Mon, 16 Feb 2009 03:16:22 +0000 (03:16 +0000)
commiteeac70e7868629592b469c1f576448117efd9bfd
tree554dd7eb02f3e9c2930c96a74cce47c5b2de086d
parent2c6929e5a774bd491e3991e479a045d19941792d
* 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