Searched refs:m_notes (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.cpp | 49 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 D | ThreadElfCore.h | 171 std::vector<lldb_private::CoreNote> m_notes; variable
|