Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextHistory.cpp40 : RegisterContext(thread, concrete_frame_idx), m_pc_value(pc_value) { in RegisterContextHistory()
94 value.SetUInt(m_pc_value, reg_info->byte_size); in ReadRegister()
H A DRegisterContextHistory.h59 lldb::addr_t m_pc_value; variable