diff options
Diffstat (limited to 'gdbserver/server.cc')
-rw-r--r-- | gdbserver/server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/server.cc b/gdbserver/server.cc index 670c0fe..448089f 100644 --- a/gdbserver/server.cc +++ b/gdbserver/server.cc @@ -3324,7 +3324,7 @@ handle_status (char *own_buf) thread_info *thread = NULL; target_pause_all (false); - stabilize_threads (); + target_stabilize_threads (); gdb_wants_all_threads_stopped (); /* We can only report one status, but we might be coming out of |