Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp433 LocationDescriptor context_location = thread.Context; in DoUpdateThreadList() local
438 context_location = it->second.ThreadContext; in DoUpdateThreadList()
442 context = m_minidump_parser->GetThreadContext(context_location); in DoUpdateThreadList()