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

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  534     active_row =
  538     if (active_row.get() && log) {
  540       active_row->Dump(active_row_strm, m_fast_unwind_plan_sp.get(), &m_thread,
  548       active_row = m_full_unwind_plan_sp->GetRowForFunctionOffset(valid_offset);
  551       if (active_row.get() && log) {
  553         active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(),
  561   if (!active_row.get()) {
  567   if (!ReadFrameAddress(row_register_kind, active_row->GetCFAValue(), m_cfa)) {
  573   ReadFrameAddress(row_register_kind, active_row->GetAFAValue(), m_afa);