diff options
Diffstat (limited to 'gdb/gdbserver/server.c')
-rw-r--r-- | gdb/gdbserver/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/server.c b/gdb/gdbserver/server.c index 28bc9de..5c24315 100644 --- a/gdb/gdbserver/server.c +++ b/gdb/gdbserver/server.c @@ -2700,7 +2700,7 @@ visit_actioned_threads (thread_info *thread, || ptid_equal (action->thread, thread->id) || ((action->thread.pid () == thread->id.pid ()) - && ptid_get_lwp (action->thread) == -1)) + && action->thread.lwp () == -1)) { if ((*callback) (action, thread)) return true; |