reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  225   if (!ReadFrameAddress(row_register_kind, active_row->GetCFAValue(), m_cfa)) {
  258                (uint64_t)m_cfa,
  378         if (!ReadFrameAddress(row_register_kind, row->GetCFAValue(), m_cfa)) {
  390         if (m_cfa == LLDB_INVALID_ADDRESS || m_cfa == 0 || m_cfa == 1) {
  390         if (m_cfa == LLDB_INVALID_ADDRESS || m_cfa == 0 || m_cfa == 1) {
  390         if (m_cfa == LLDB_INVALID_ADDRESS || m_cfa == 0 || m_cfa == 1) {
  398         if (process->GetLoadAddressPermissions(m_cfa, permissions) &&
  422                    (uint64_t)m_cfa, (uint64_t)m_afa);
  567   if (!ReadFrameAddress(row_register_kind, active_row->GetCFAValue(), m_cfa)) {
  575   UnwindLogMsg("m_cfa = 0x%" PRIx64 " m_afa = 0x%" PRIx64, m_cfa, m_afa);
  590                (uint64_t)m_cfa,
  613       if (next_next_frame_cfa == m_cfa) {
 1426     regloc.location.inferred_value = m_cfa + offset;
 1438     regloc.location.target_memory_location = m_cfa + offset;
 1506     Value cfa_val = Scalar(m_cfa);
 1620   addr_t old_cfa = m_cfa;
 1642     m_cfa = new_cfa;
 1666       m_cfa = old_cfa;
 1672         m_cfa == old_cfa &&
 1731     m_cfa = new_cfa;
 2079   if (m_cfa == LLDB_INVALID_ADDRESS) {
 2082   cfa = m_cfa;