Searched refs:all_matching_threads_iterator (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dthread-iter.h86 class all_matching_threads_iterator class
89 typedef all_matching_threads_iterator self_type;
98 all_matching_threads_iterator (process_stratum_target *filter_target,
102 all_matching_threads_iterator () = default;
106 all_matching_threads_iterator &operator++ ()
112 bool operator== (const all_matching_threads_iterator &other) const
115 bool operator!= (const all_matching_threads_iterator &other) const
161 = filtered_iterator<all_matching_threads_iterator, non_exited_thread_filter>;
214 all_matching_threads_iterator begin () const
215 { return all_matching_threads_iterator (m_filter_targe
[all...]
H A Dthread-iter.c76 all_matching_threads_iterator::m_inf_matches ()
84 all_matching_threads_iterator::all_matching_threads_iterator function in class:all_matching_threads_iterator
133 all_matching_threads_iterator::advance ()
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dthread-iter.h83 class all_matching_threads_iterator class
86 typedef all_matching_threads_iterator self_type;
95 all_matching_threads_iterator (process_stratum_target *filter_target,
99 all_matching_threads_iterator () function in class:all_matching_threads_iterator
108 all_matching_threads_iterator &operator++ ()
114 bool operator== (const all_matching_threads_iterator &other) const
117 bool operator!= (const all_matching_threads_iterator &other) const
153 = filtered_iterator<all_matching_threads_iterator, non_exited_thread_filter>;
225 all_matching_threads_iterator begin () const
226 { return all_matching_threads_iterator (m_filter_targe
[all...]
H A Dthread-iter.c59 all_matching_threads_iterator::m_inf_matches ()
69 all_matching_threads_iterator::all_matching_threads_iterator function in class:all_matching_threads_iterator
88 all_matching_threads_iterator::advance ()

Completed in 177 milliseconds