Home
last modified time | relevance | path

Searched refs:any_pending (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc4832 bool any_pending = false; in resume() local
4834 any_pending = find_thread ([this] (thread_info *thread) in resume()
4845 if (!any_pending && low_supports_breakpoints ()) in resume()
4851 bool leave_all_stopped = (need_step_over != NULL || any_pending); in resume()
4857 else if (any_pending) in resume()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc4832 bool any_pending = false; in resume() local
4834 any_pending = find_thread ([this] (thread_info *thread) in resume()
4845 if (!any_pending && low_supports_breakpoints ()) in resume()
4851 bool leave_all_stopped = (need_step_over != NULL || any_pending); in resume()
4857 else if (any_pending) in resume()