LLDB mainline
Public Member Functions | Private Attributes | List of all members
lldb_private::MainLoopPosix::RunImpl Class Reference

Public Member Functions

 RunImpl (MainLoopPosix &loop)
 
 ~RunImpl ()=default
 
Status Poll ()
 
void ProcessReadEvents ()
 

Private Attributes

MainLoopPosixloop
 
std::vector< struct pollfd > read_fds
 

Detailed Description

Definition at line 96 of file MainLoopPosix.cpp.

Constructor & Destructor Documentation

◆ RunImpl()

lldb_private::MainLoopPosix::RunImpl::RunImpl ( MainLoopPosix loop)

◆ ~RunImpl()

lldb_private::MainLoopPosix::RunImpl::~RunImpl ( )
default

Member Function Documentation

◆ Poll()

Status lldb_private::MainLoopPosix::RunImpl::Poll ( )

Definition at line 162 of file MainLoopPosix.cpp.

References lldb::eErrorTypePOSIX.

Referenced by lldb_private::MainLoopPosix::Run().

◆ ProcessReadEvents()

void lldb_private::MainLoopPosix::RunImpl::ProcessReadEvents ( )

Definition at line 182 of file MainLoopPosix.cpp.

Referenced by lldb_private::MainLoopPosix::Run().

Member Data Documentation

◆ loop

MainLoopPosix& lldb_private::MainLoopPosix::RunImpl::loop
private

Definition at line 105 of file MainLoopPosix.cpp.

Referenced by lldb_private::MainLoopPosix::RunImpl::RunImpl().

◆ read_fds

std::vector<struct pollfd> lldb_private::MainLoopPosix::RunImpl::read_fds
private

Definition at line 113 of file MainLoopPosix.cpp.

Referenced by lldb_private::MainLoopPosix::RunImpl::RunImpl().


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