diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-05-06 11:01:15 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-05-06 11:01:15 +0000 |
| commit | e8595f94cd98433cc0cc0dde48d39d4fed233064 (patch) | |
| tree | de81aea844b2d034dfd65a646484543a1d8be8cc /gnu | |
| parent | 0fa2f943161d778564757470e050259c66cd256c (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gdb/libgdb/fbsd-threads.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/libgdb/fbsd-threads.c b/gnu/usr.bin/gdb/libgdb/fbsd-threads.c index c3149b2943364..2dfdff424c9de 100644 --- a/gnu/usr.bin/gdb/libgdb/fbsd-threads.c +++ b/gnu/usr.bin/gdb/libgdb/fbsd-threads.c @@ -660,6 +660,8 @@ attach_thread (ptid_t ptid, const td_thrhandle_t *th_p, if (! IS_THREAD(ptid)) return; + if (fbsd_thread_core != 0) + return; /* Enable thread event reporting for this thread. */ err = td_thr_event_enable_p (th_p, 1); if (err != TD_OK) |
