Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp713 ExceptionStream exp_stream; in AddExceptions() local
714 exp_stream.ThreadId = in AddExceptions()
716 exp_stream.UnusedAlignment = static_cast<llvm::support::ulittle32_t>(0); in AddExceptions()
717 exp_stream.ExceptionRecord = exp_record; in AddExceptions()
720 exp_stream.ThreadContext = Iter->second; in AddExceptions()
722 exp_stream.ThreadContext.DataSize = 0; in AddExceptions()
723 exp_stream.ThreadContext.RVA = 0; in AddExceptions()
725 m_data.AppendData(&exp_stream, minidump_exception_size); in AddExceptions()