GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
threads_listing_context Struct Reference

Public Member Functions

bool contains_thread (ptid_t ptid) const
 
void remove_thread (ptid_t ptid)
 

Public Attributes

std::vector< thread_itemitems
 

Detailed Description

Definition at line 3863 of file remote.c.

Member Function Documentation

◆ contains_thread()

bool threads_listing_context::contains_thread ( ptid_t ptid) const
inline

Definition at line 3868 of file remote.c.

References items.

Referenced by remote_target::update_thread_list().

◆ remove_thread()

void threads_listing_context::remove_thread ( ptid_t ptid)
inline

Definition at line 3884 of file remote.c.

References items.

Referenced by remote_target::remove_new_fork_children().

Member Data Documentation

◆ items

std::vector<thread_item> threads_listing_context::items

The documentation for this struct was generated from the following file: