LLDB mainline
Public Attributes | List of all members
lldb_private::MainLoopPosix::SignalInfo Struct Reference

Public Attributes

std::list< Callbackcallbacks
 
struct sigaction old_action
 
bool was_blocked: 1
 

Detailed Description

Definition at line 81 of file MainLoopPosix.h.

Member Data Documentation

◆ callbacks

std::list<Callback> lldb_private::MainLoopPosix::SignalInfo::callbacks

Definition at line 82 of file MainLoopPosix.h.

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

◆ old_action

struct sigaction lldb_private::MainLoopPosix::SignalInfo::old_action

Definition at line 83 of file MainLoopPosix.h.

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

◆ was_blocked

bool lldb_private::MainLoopPosix::SignalInfo::was_blocked

Definition at line 84 of file MainLoopPosix.h.

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


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