* thread-db.c (check_event): Don't report an error if we encounter
authorMark Kettenis <kettenis@gnu.org>
Fri, 30 Mar 2001 19:36:35 +0000 (19:36 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 30 Mar 2001 19:36:35 +0000 (19:36 +0000)
commit95a856212b2220f94f87145e5f0bc1c64ecb79dd
tree1026f84d9fdb1110609b7670e6d5d65fcc7f545f
parent5fba8300571683b3d2db0f11a0c8522016df24f9
* thread-db.c (check_event): Don't report an error if we encounter
a thread creation event for a thread that's already in the thread
list, since that may legitemately happen.  Instead only call
attach_thread if it's not already in the thread list.
gdb/ChangeLog
gdb/thread-db.c