Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp644 LocationDescriptor thread_context_memory_locator; in AddThreadList() local
645 thread_context_memory_locator.DataSize = in AddThreadList()
647 thread_context_memory_locator.RVA = static_cast<llvm::support::ulittle32_t>( in AddThreadList()
650 m_tid_to_reg_ctx[thread_sp->GetID()] = thread_context_memory_locator; in AddThreadList()
663 t.Stack = stack, t.Context = thread_context_memory_locator; in AddThreadList()