* infrun.c (start_remote): Don't clear thread list here.
authorPedro Alves <palves@redhat.com>
Fri, 27 Jun 2008 11:54:21 +0000 (11:54 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 27 Jun 2008 11:54:21 +0000 (11:54 +0000)
commitc0a2216eb39d8d955232d71ded9fa3e132078f07
tree4a8bd293c88b11bbb114564c47c01e3fa3b5d970
parent87b0e16e7b9756ea871631cd48ae1eb9040a6381
* infrun.c (start_remote): Don't clear thread list here.
* monitor.c (monitor_open): Include "gdbthread.h".  Clear thread
list here.
* remote.c (record_currthread): Upgrade the main thread and its
entry in the thread list if this is the first time we hear about
threads.
(remote_thread_alive): Consider magic_null_ptid or a ptid without
a tid member always alive.
(remote_find_new_threads): Don't update the main thread here.
(remote_start_remote): Clear thread list here.  Always add the
main thread.
(extended_remote_attach_1): Add the main thread here.
(extended_remote_mourn_1): Re-add the main thread here.
(extended_remote_create_inferior_1): Add a main thread.

* Makefile.in (monitor.o): Depend on $(gdbthread_h).
gdb/ChangeLog
gdb/Makefile.in
gdb/infrun.c
gdb/monitor.c
gdb/remote.c
This page took 0.025173 seconds and 4 git commands to generate.