diff options
author | Pedro Alves <palves@redhat.com> | 2009-10-09 00:49:06 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-10-09 00:49:06 +0000 |
commit | 3cdd9356b1e2c0ffdf3cfb7aa06123542a93ce88 (patch) | |
tree | d12448c9d2310a0a7a8a4b126fdf4e6f98860ab6 /gdb/ChangeLog | |
parent | cdbfd4198ec38a42766a578d4058bd752d25011c (diff) | |
download | gdb-3cdd9356b1e2c0ffdf3cfb7aa06123542a93ce88.zip gdb-3cdd9356b1e2c0ffdf3cfb7aa06123542a93ce88.tar.gz gdb-3cdd9356b1e2c0ffdf3cfb7aa06123542a93ce88.tar.bz2 |
* corelow.c (core_has_fake_pid): New.
(core_close): Clear it.
(add_to_thread_list): Fake a pid if one is not found on a Solaris
core. Add the inferior here. Always add the thread, don't use
thread_change_ptid.
(core_open): Don't add the main thread or the inferior here unless
we find that the core had no .reg/NN sections.
(get_core_register_section): Handle Solaris cores with fake pids.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 744bf7c..5589ea1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2009-10-09 Pedro Alves <pedro@codesourcery.com> + + * corelow.c (core_has_fake_pid): New. + (core_close): Clear it. + (add_to_thread_list): Fake a pid if one is not found on a Solaris + core. Add the inferior here. Always add the thread, don't use + thread_change_ptid. + (core_open): Don't add the main thread or the inferior here unless + we find that the core had no .reg/NN sections. + (get_core_register_section): Handle Solaris cores with fake pids. + 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com> PR gdb/10457 |