Searched refs:m_current_pc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp58 m_current_pc (),
94 // check if m_current_pc is valid
95 if (unwind_plan_sp->PlanValidAtAddress(m_current_pc))
107 Address pc_minus_one (m_current_pc);
108 pc_minus_one.SetOffset(m_current_pc.GetOffset() - 1);
112 valid_pc_offset = m_current_pc.GetOffset() - 1;
155 // Initialize m_current_pc, an Address object, based on current_pc, an addr_t.
156 m_current_pc.SetLoadAddress (current_pc, &process->GetTarget());
160 ModuleSP pc_module_sp (m_current_pc.GetModule());
161 if (!m_current_pc
[all...]
H A DRegisterContextLLDB.h215 lldb_private::Address m_current_pc; member in class:lldb_private::RegisterContextLLDB
226 // m_current_pc has the actual address of the "current" pc.

Completed in 160 milliseconds