diff options
author | Pedro Alves <palves@redhat.com> | 2009-03-31 15:23:57 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-03-31 15:23:57 +0000 |
commit | bad34192e56554fda247b1d0c72cfb18bc7f83bf (patch) | |
tree | 3c2b2028af0f036a6eb8b122435dd206baa0cac3 /gdb/ChangeLog | |
parent | e35251173842f4f5f2b4ef0337a16b14793f48e2 (diff) | |
download | gdb-bad34192e56554fda247b1d0c72cfb18bc7f83bf.zip gdb-bad34192e56554fda247b1d0c72cfb18bc7f83bf.tar.gz gdb-bad34192e56554fda247b1d0c72cfb18bc7f83bf.tar.bz2 |
* remote.c (remote_notice_new_inferior): Use ptid_is_pid. Check
if the thread's ptid without a thread id field is in the list
before calling thread_change_ptid.
(extended_remote_attach_1): In non-stop mode, do not rely on
querying the current thread, instead, query the thread list, and
select the first thread of the process.
* gdbthread.h (first_thread_of_process): Declare.
* thread.c (first_thread_of_process): Define.
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 387e446..f6c6bd2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2009-03-31 Pedro Alves <pedro@codesourcery.com> + + * remote.c (remote_notice_new_inferior): Use ptid_is_pid. Check + if the thread's ptid without a thread id field is in the list + before calling thread_change_ptid. + (extended_remote_attach_1): In non-stop mode, do not rely on + querying the current thread, instead, query the thread list, and + select the first thread of the process. + * gdbthread.h (first_thread_of_process): Declare. + * thread.c (first_thread_of_process): Define. + 2009-03-30 Stan Shebs <stan@codesourcery.com> Make tracepoints into a type of breakpoint. |