Home
last modified time | relevance | path

Searched refs:thread_item (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote.c3989 struct thread_item struct
3991 explicit thread_item (ptid_t ptid_) in thread_item() function
3995 thread_item (thread_item &&other) = default;
3996 thread_item &operator= (thread_item &&other) = default; argument
3998 DISABLE_COPY_AND_ASSIGN (thread_item);
4027 auto match_ptid = [&] (const thread_item &item) in contains_thread() argument
4043 auto match_ptid = [&] (const thread_item &item) in remove_thread()
4057 std::vector<thread_item> items;
4125 thread_item &item = data->items.emplace_back (ptid); in start_thread()
4323 for (thread_item &item : context.items) in update_thread_list()
DChangeLog-20171737 (struct thread_item) <~thread_item>: Remove.
1739 (start_thread): Adjust to thread_item::thread_handle type
1761 * remote.c (struct thread_item): Add constructor, disable copy
1774 (remote_newthread_step): Use thread_item constructor, adjust to
1776 (start_thread): Use thread_item constructor, adjust to change to
1779 (remote_get_threads_with_qthreadinfo): Use thread_item
7379 (struct thread_item): Add field, thread_handle.
DChangeLog-201011311 (struct thread_item, threads_parsing_context
DChangeLog-20142426 (struct thread_item, thread_item_t): Move higher up in