Home
last modified time | relevance | path

Searched refs:GetExtendedBacktraceThread (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBQueueItem.cpp106 SBQueueItem::GetExtendedBacktraceThread (const char *type) in GetExtendedBacktraceThread() function in SBQueueItem
113 thread_sp = m_queue_item_sp->GetExtendedBacktraceThread (type_const); in GetExtendedBacktraceThread()
HDSBThread.cpp1285 SBThread::GetExtendedBacktraceThread (const char *type) in GetExtendedBacktraceThread() function in SBThread
1307 … ThreadSP new_thread_sp (runtime->GetExtendedBacktraceThread (real_thread, type_const)); in GetExtendedBacktraceThread()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBQueueItem.h50 GetExtendedBacktraceThread (const char *type);
HDSBThread.h205 GetExtendedBacktraceThread (const char *type);
/trueos/contrib/llvm/tools/lldb/source/Target/
HDSystemRuntime.cpp75 SystemRuntime::GetExtendedBacktraceThread (ThreadSP thread, ConstString type) in GetExtendedBacktraceThread() function in SystemRuntime
HDQueueItem.cpp64 QueueItem::GetExtendedBacktraceThread (ConstString type) in GetExtendedBacktraceThread() function in QueueItem
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDSystemRuntime.h170 GetExtendedBacktraceThread (lldb::ThreadSP thread, ConstString type);
HDQueueItem.h118 GetExtendedBacktraceThread (ConstString type);
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectThread.cpp183 … ThreadSP ext_thread_sp = runtime->GetExtendedBacktraceThread (thread->shared_from_this(), type); in DoExtendedBacktrace()