Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp561 LocationDescriptor thread_context_memory_locator; in AddThreadList() local
562 thread_context_memory_locator.DataSize = in AddThreadList()
564 thread_context_memory_locator.RVA = static_cast<llvm::support::ulittle32_t>( in AddThreadList()
567 m_tid_to_reg_ctx[thread_sp->GetID()] = thread_context_memory_locator; in AddThreadList()
578 t.Stack = stack, t.Context = thread_context_memory_locator; in AddThreadList()