Lines Matching refs:SystemRuntimeMacOSX
38 LLDB_PLUGIN_DEFINE(SystemRuntimeMacOSX) in LLDB_PLUGIN_DEFINE() argument
43 SystemRuntime *SystemRuntimeMacOSX::CreateInstance(Process *process) { in LLDB_PLUGIN_DEFINE()
75 return new SystemRuntimeMacOSX(process); in LLDB_PLUGIN_DEFINE()
80 SystemRuntimeMacOSX::SystemRuntimeMacOSX(Process *process) in SystemRuntimeMacOSX() function in SystemRuntimeMacOSX
95 SystemRuntimeMacOSX::~SystemRuntimeMacOSX() { Clear(true); } in ~SystemRuntimeMacOSX()
97 void SystemRuntimeMacOSX::Detach() { in Detach()
105 void SystemRuntimeMacOSX::Clear(bool clear_process) { in Clear()
117 SystemRuntimeMacOSX::GetQueueNameFromThreadQAddress(addr_t dispatch_qaddr) { in GetQueueNameFromThreadQAddress()
159 lldb::addr_t SystemRuntimeMacOSX::GetLibdispatchQueueAddressFromThreadQAddress( in GetLibdispatchQueueAddressFromThreadQAddress()
171 lldb::QueueKind SystemRuntimeMacOSX::GetQueueKind(addr_t dispatch_queue_addr) { in GetQueueKind()
195 void SystemRuntimeMacOSX::AddThreadExtendedInfoPacketHints( in AddThreadExtendedInfoPacketHints()
222 bool SystemRuntimeMacOSX::SafeToCallFunctionsOnThisThread(ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
237 SystemRuntimeMacOSX::GetQueueIDFromThreadQAddress(lldb::addr_t dispatch_qaddr) { in GetQueueIDFromThreadQAddress()
266 void SystemRuntimeMacOSX::ReadLibdispatchOffsetsAddress() { in ReadLibdispatchOffsetsAddress()
298 void SystemRuntimeMacOSX::ReadLibdispatchOffsets() { in ReadLibdispatchOffsets()
322 void SystemRuntimeMacOSX::ReadLibpthreadOffsetsAddress() { in ReadLibpthreadOffsetsAddress()
345 void SystemRuntimeMacOSX::ReadLibpthreadOffsets() { in ReadLibpthreadOffsets()
370 void SystemRuntimeMacOSX::ReadLibdispatchTSDIndexesAddress() { in ReadLibdispatchTSDIndexesAddress()
392 void SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes() { in ReadLibdispatchTSDIndexes()
457 ThreadSP SystemRuntimeMacOSX::GetExtendedBacktraceThread(ThreadSP real_thread, in GetExtendedBacktraceThread()
550 SystemRuntimeMacOSX::GetExtendedBacktraceFromItemRef(lldb::addr_t item_ref) { in GetExtendedBacktraceFromItemRef()
588 SystemRuntimeMacOSX::GetExtendedBacktraceForQueueItem(QueueItemSP queue_item_sp, in GetExtendedBacktraceForQueueItem()
612 bool SystemRuntimeMacOSX::BacktraceRecordingHeadersInitialized() { in BacktraceRecordingHeadersInitialized()
714 SystemRuntimeMacOSX::GetExtendedBacktraceTypes() { in GetExtendedBacktraceTypes()
724 void SystemRuntimeMacOSX::PopulateQueueList( in PopulateQueueList()
789 SystemRuntimeMacOSX::PendingItemsForQueue
790 SystemRuntimeMacOSX::GetPendingItemRefsForQueue(lldb::addr_t queue) { in GetPendingItemRefsForQueue()
867 void SystemRuntimeMacOSX::PopulatePendingItemsForQueue(Queue *queue) { in PopulatePendingItemsForQueue()
884 void SystemRuntimeMacOSX::CompleteQueueItem(QueueItem *queue_item, in CompleteQueueItem()
920 void SystemRuntimeMacOSX::PopulateQueuesUsingLibBTR( in PopulateQueuesUsingLibBTR()
994 SystemRuntimeMacOSX::ItemInfo SystemRuntimeMacOSX::ExtractItemInfoFromBuffer( in ExtractItemInfoFromBuffer()
1020 void SystemRuntimeMacOSX::Initialize() { in Initialize()
1026 void SystemRuntimeMacOSX::Terminate() { in Terminate()