Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp52 m_signo(td.signo), m_gpregset_data(td.gpregset), m_notes(td.notes) {} in ThreadElfCore()
181 *this, arch, m_gpregset_data, m_notes); in CreateRegisterContextForFrame()
186 m_notes); in CreateRegisterContextForFrame()
191 *this, reg_interface, m_gpregset_data, m_notes); in CreateRegisterContextForFrame()
196 *this, reg_interface, m_gpregset_data, m_notes); in CreateRegisterContextForFrame()
201 *this, reg_interface, m_gpregset_data, m_notes); in CreateRegisterContextForFrame()
205 *this, reg_interface, m_gpregset_data, m_notes); in CreateRegisterContextForFrame()
210 *this, reg_interface, m_gpregset_data, m_notes); in CreateRegisterContextForFrame()
216 *this, reg_interface, m_gpregset_data, m_notes); in CreateRegisterContextForFrame()
H A DThreadElfCore.h171 std::vector<lldb_private::CoreNote> m_notes; variable