LLDB mainline
|
#include <AppleGetQueuesHandler.h>
Public Member Functions | |
GetQueuesReturnInfo ()=default | |
Public Attributes | |
lldb::addr_t | queues_buffer_ptr |
lldb::addr_t | queues_buffer_size = 0 |
uint64_t | count = 0 |
Definition at line 47 of file AppleGetQueuesHandler.h.
|
default |
uint64_t lldb_private::AppleGetQueuesHandler::GetQueuesReturnInfo::count = 0 |
Definition at line 53 of file AppleGetQueuesHandler.h.
Referenced by lldb_private::AppleGetQueuesHandler::GetCurrentQueues(), and SystemRuntimeMacOSX::PopulateQueueList().
lldb::addr_t lldb_private::AppleGetQueuesHandler::GetQueuesReturnInfo::queues_buffer_ptr |
Definition at line 48 of file AppleGetQueuesHandler.h.
Referenced by lldb_private::AppleGetQueuesHandler::GetCurrentQueues(), and SystemRuntimeMacOSX::PopulateQueueList().
lldb::addr_t lldb_private::AppleGetQueuesHandler::GetQueuesReturnInfo::queues_buffer_size = 0 |
Definition at line 51 of file AppleGetQueuesHandler.h.
Referenced by lldb_private::AppleGetQueuesHandler::GetCurrentQueues(), and SystemRuntimeMacOSX::PopulateQueueList().