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

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
   63     if (m_cursor.pc == LLDB_INVALID_ADDRESS)
   65     reg_value = m_cursor.pc;
tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
   50     if (m_cursors[idx].pc == LLDB_INVALID_ADDRESS)
   55     pc = m_cursors[idx].pc;
   94   cursor.pc = reg_ctx->GetPC(LLDB_INVALID_ADDRESS);
   98                       static_cast<uint32_t>(cursor.pc)};
  110       cursor.pc = frame.pc;
  116     lldb::addr_t first_frame_pc = m_cursors.front().pc;
  145             cursor.pc = frame.pc; // Set the new second frame PC
  186   cursor.pc = reg_ctx->GetPC(LLDB_INVALID_ADDRESS);
  189   Frame_x86_64 frame = {cursor.fp, cursor.pc};
  201       cursor.pc = frame.pc;
  207     lldb::addr_t first_frame_pc = m_cursors.front().pc;
  235             cursor.pc = frame.pc; // Set the new second frame PC