aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-09-08 21:36:01 +0000
committerPedro Alves <palves@redhat.com>2008-09-08 21:36:01 +0000
commit0de3b513a4e23127727d27eb0a1d8804ac9f3c3e (patch)
tree5b2f0bb8cbd9539395c83096f8e057fd6d31d30a /gdb/ChangeLog
parent4189d2f820eb9ac989389d6be52ce473ea493b1a (diff)
downloadgdb-0de3b513a4e23127727d27eb0a1d8804ac9f3c3e.zip
gdb-0de3b513a4e23127727d27eb0a1d8804ac9f3c3e.tar.gz
gdb-0de3b513a4e23127727d27eb0a1d8804ac9f3c3e.tar.bz2
* corelow.c (add_to_thread_list): If this is the first time we
hear about thread info, update inferior_ptid. (core_open): Clear the thread list and set inferior_ptid before acknowledging a new inferior. Find threads before fetching register info. Give an upper target layer a chance to find and claim new threads. Print core generation and stop signal info after finding new threads. (get_core_register_section): Look at the lwp member of inferior_ptid for detecting if we have threads info, instead of the pid member. (core_pid_to_str): New. (init_core_ops): Register core_pid_to_str.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f788cb4..4001707 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,20 @@
2008-09-08 Pedro Alves <pedro@codesourcery.com>
+ * corelow.c (add_to_thread_list): If this is the first time we
+ hear about thread info, update inferior_ptid.
+ (core_open): Clear the thread list and set inferior_ptid before
+ acknowledging a new inferior. Find threads before fetching
+ register info. Give an upper target layer a chance to find and
+ claim new threads. Print core generation and stop signal info
+ after finding new threads.
+ (get_core_register_section): Look at the lwp member of
+ inferior_ptid for detecting if we have threads info, instead of
+ the pid member.
+ (core_pid_to_str): New.
+ (init_core_ops): Register core_pid_to_str.
+
+2008-09-08 Pedro Alves <pedro@codesourcery.com>
+
* spu-linux-nat.c (spu_child_post_startup_inferior)
(spu_child_post_attach): Don't add the main thread here.