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

References

tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
   88   if (!reg_ctx_sp->GetCFA(first_cursor_sp->cfa))
  158       if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
  177       if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
  189   if (!reg_ctx_sp->GetCFA(cursor_sp->cfa)) {
  197       if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
  208   if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) {
  219           !reg_ctx_sp->GetCFA(cursor_sp->cfa) ||
  220           !abi->CallFrameAddressIsValid(cursor_sp->cfa)) {
  225           if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
  253       if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
  272       if (!(prev_frame->reg_ctx_lldb_sp->GetCFA(prev_frame->cfa)))
  284       prev_frame->cfa == cursor_sp->cfa) {
  284       prev_frame->cfa == cursor_sp->cfa) {
  383         m_frames[m_frames.size() - 2]->cfa);
  407     cfa = m_frames[idx]->cfa;