diff options
author | Pedro Alves <palves@redhat.com> | 2009-02-16 03:16:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-02-16 03:16:24 +0000 |
commit | 959b87241d85b42da82c45ecc4bc904895092730 (patch) | |
tree | 2907c74deb6dcb97ec313592635b253a0098f7a6 /gdb/ChangeLog | |
parent | d0a63aa7a17ac9f0b3281c5f09f4ece637639141 (diff) | |
download | gdb-959b87241d85b42da82c45ecc4bc904895092730.zip gdb-959b87241d85b42da82c45ecc4bc904895092730.tar.gz gdb-959b87241d85b42da82c45ecc4bc904895092730.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f36c9ad..71c1f6a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,20 @@ +2009-02-16 Pedro Alves <pedro@codesourcery.com> + + * 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. + 2009-02-14 Vladimir Prus <vladimir@codesourcery.com> Include frame information for *stopped due to CLI commands. |