Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp49 m_signo(td.signo), m_gpregset_data(td.gpregset), m_notes(td.notes) {} in ThreadElfCore()
176 *this, arch, m_gpregset_data, m_notes); in CreateRegisterContextForFrame()
181 m_notes); in CreateRegisterContextForFrame()
186 *this, reg_interface, m_gpregset_data, 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()
200 *this, reg_interface, m_gpregset_data, m_notes); in CreateRegisterContextForFrame()
204 *this, reg_interface, m_gpregset_data, m_notes); in CreateRegisterContextForFrame()
209 *this, reg_interface, m_gpregset_data, m_notes); in CreateRegisterContextForFrame()
H A DThreadElfCore.h171 std::vector<lldb_private::CoreNote> m_notes; variable