Lines Matching refs:SystemRuntimeMacOSX
37 LLDB_PLUGIN_DEFINE(SystemRuntimeMacOSX) in LLDB_PLUGIN_DEFINE() argument
42 SystemRuntime *SystemRuntimeMacOSX::CreateInstance(Process *process) { in LLDB_PLUGIN_DEFINE()
74 return new SystemRuntimeMacOSX(process); in LLDB_PLUGIN_DEFINE()
79 SystemRuntimeMacOSX::SystemRuntimeMacOSX(Process *process) in SystemRuntimeMacOSX() function in SystemRuntimeMacOSX
94 SystemRuntimeMacOSX::~SystemRuntimeMacOSX() { Clear(true); } in ~SystemRuntimeMacOSX()
96 void SystemRuntimeMacOSX::Detach() { in Detach()
104 void SystemRuntimeMacOSX::Clear(bool clear_process) { in Clear()
116 SystemRuntimeMacOSX::GetQueueNameFromThreadQAddress(addr_t dispatch_qaddr) { in GetQueueNameFromThreadQAddress()
158 lldb::addr_t SystemRuntimeMacOSX::GetLibdispatchQueueAddressFromThreadQAddress( in GetLibdispatchQueueAddressFromThreadQAddress()
170 lldb::QueueKind SystemRuntimeMacOSX::GetQueueKind(addr_t dispatch_queue_addr) { in GetQueueKind()
194 void SystemRuntimeMacOSX::AddThreadExtendedInfoPacketHints( in AddThreadExtendedInfoPacketHints()
221 bool SystemRuntimeMacOSX::SafeToCallFunctionsOnThisThread(ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread()
236 SystemRuntimeMacOSX::GetQueueIDFromThreadQAddress(lldb::addr_t dispatch_qaddr) { in GetQueueIDFromThreadQAddress()
265 void SystemRuntimeMacOSX::ReadLibdispatchOffsetsAddress() { in ReadLibdispatchOffsetsAddress()
297 void SystemRuntimeMacOSX::ReadLibdispatchOffsets() { in ReadLibdispatchOffsets()
321 void SystemRuntimeMacOSX::ReadLibpthreadOffsetsAddress() { in ReadLibpthreadOffsetsAddress()
344 void SystemRuntimeMacOSX::ReadLibpthreadOffsets() { in ReadLibpthreadOffsets()
369 void SystemRuntimeMacOSX::ReadLibdispatchTSDIndexesAddress() { in ReadLibdispatchTSDIndexesAddress()
391 void SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes() { in ReadLibdispatchTSDIndexes()
456 ThreadSP SystemRuntimeMacOSX::GetExtendedBacktraceThread(ThreadSP real_thread, in GetExtendedBacktraceThread()
509 SystemRuntimeMacOSX::GetExtendedBacktraceFromItemRef(lldb::addr_t item_ref) { in GetExtendedBacktraceFromItemRef()
547 SystemRuntimeMacOSX::GetExtendedBacktraceForQueueItem(QueueItemSP queue_item_sp, in GetExtendedBacktraceForQueueItem()
571 bool SystemRuntimeMacOSX::BacktraceRecordingHeadersInitialized() { in BacktraceRecordingHeadersInitialized()
673 SystemRuntimeMacOSX::GetExtendedBacktraceTypes() { in GetExtendedBacktraceTypes()
682 void SystemRuntimeMacOSX::PopulateQueueList( in PopulateQueueList()
747 SystemRuntimeMacOSX::PendingItemsForQueue
748 SystemRuntimeMacOSX::GetPendingItemRefsForQueue(lldb::addr_t queue) { in GetPendingItemRefsForQueue()
825 void SystemRuntimeMacOSX::PopulatePendingItemsForQueue(Queue *queue) { in PopulatePendingItemsForQueue()
842 void SystemRuntimeMacOSX::CompleteQueueItem(QueueItem *queue_item, in CompleteQueueItem()
878 void SystemRuntimeMacOSX::PopulateQueuesUsingLibBTR( in PopulateQueuesUsingLibBTR()
952 SystemRuntimeMacOSX::ItemInfo SystemRuntimeMacOSX::ExtractItemInfoFromBuffer( in ExtractItemInfoFromBuffer()
978 void SystemRuntimeMacOSX::Initialize() { in Initialize()
983 void SystemRuntimeMacOSX::Terminate() { in Terminate()
987 lldb_private::ConstString SystemRuntimeMacOSX::GetPluginNameStatic() { in GetPluginNameStatic()
992 const char *SystemRuntimeMacOSX::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
997 lldb_private::ConstString SystemRuntimeMacOSX::GetPluginName() { in GetPluginName()
1001 uint32_t SystemRuntimeMacOSX::GetPluginVersion() { return 1; } in GetPluginVersion()