LLDB mainline
|
Public Attributes | |
lldb::addr_t | item_that_enqueued_this |
lldb::addr_t | function_or_block |
uint64_t | enqueuing_thread_id |
uint64_t | enqueuing_queue_serialnum |
uint64_t | target_queue_serialnum |
uint32_t | enqueuing_callstack_frame_count |
uint32_t | stop_id |
std::vector< lldb::addr_t > | enqueuing_callstack |
std::string | enqueuing_thread_label |
std::string | enqueuing_queue_label |
std::string | target_queue_label |
Definition at line 119 of file SystemRuntimeMacOSX.h.
std::vector<lldb::addr_t> SystemRuntimeMacOSX::ItemInfo::enqueuing_callstack |
Definition at line 127 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::CompleteQueueItem(), SystemRuntimeMacOSX::ExtractItemInfoFromBuffer(), SystemRuntimeMacOSX::GetExtendedBacktraceFromItemRef(), and SystemRuntimeMacOSX::GetExtendedBacktraceThread().
uint32_t SystemRuntimeMacOSX::ItemInfo::enqueuing_callstack_frame_count |
Definition at line 125 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::ExtractItemInfoFromBuffer().
std::string SystemRuntimeMacOSX::ItemInfo::enqueuing_queue_label |
Definition at line 129 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::CompleteQueueItem(), SystemRuntimeMacOSX::ExtractItemInfoFromBuffer(), SystemRuntimeMacOSX::GetExtendedBacktraceFromItemRef(), and SystemRuntimeMacOSX::GetExtendedBacktraceThread().
uint64_t SystemRuntimeMacOSX::ItemInfo::enqueuing_queue_serialnum |
Definition at line 123 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::CompleteQueueItem(), SystemRuntimeMacOSX::ExtractItemInfoFromBuffer(), SystemRuntimeMacOSX::GetExtendedBacktraceFromItemRef(), and SystemRuntimeMacOSX::GetExtendedBacktraceThread().
uint64_t SystemRuntimeMacOSX::ItemInfo::enqueuing_thread_id |
Definition at line 122 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::CompleteQueueItem(), SystemRuntimeMacOSX::ExtractItemInfoFromBuffer(), SystemRuntimeMacOSX::GetExtendedBacktraceFromItemRef(), and SystemRuntimeMacOSX::GetExtendedBacktraceThread().
std::string SystemRuntimeMacOSX::ItemInfo::enqueuing_thread_label |
Definition at line 128 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::CompleteQueueItem(), and SystemRuntimeMacOSX::ExtractItemInfoFromBuffer().
lldb::addr_t SystemRuntimeMacOSX::ItemInfo::function_or_block |
Definition at line 121 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::ExtractItemInfoFromBuffer().
lldb::addr_t SystemRuntimeMacOSX::ItemInfo::item_that_enqueued_this |
Definition at line 120 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::CompleteQueueItem(), SystemRuntimeMacOSX::ExtractItemInfoFromBuffer(), SystemRuntimeMacOSX::GetExtendedBacktraceFromItemRef(), and SystemRuntimeMacOSX::GetExtendedBacktraceThread().
uint32_t SystemRuntimeMacOSX::ItemInfo::stop_id |
Definition at line 126 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::CompleteQueueItem(), and SystemRuntimeMacOSX::ExtractItemInfoFromBuffer().
std::string SystemRuntimeMacOSX::ItemInfo::target_queue_label |
Definition at line 130 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::CompleteQueueItem(), and SystemRuntimeMacOSX::ExtractItemInfoFromBuffer().
uint64_t SystemRuntimeMacOSX::ItemInfo::target_queue_serialnum |
Definition at line 124 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::ExtractItemInfoFromBuffer().