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

References

tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
  150   if (reg_ctx_sp.get() == nullptr) {
  169   if (!reg_ctx_sp->IsValid()) {
  189   if (!reg_ctx_sp->GetCFA(cursor_sp->cfa)) {
  212     if (!reg_ctx_sp->IsTrapHandlerFrame()) {
  218       if (!reg_ctx_sp->TryFallbackUnwindPlan() ||
  219           !reg_ctx_sp->GetCFA(cursor_sp->cfa) ||
  245   if (!reg_ctx_sp->ReadPC(cursor_sp->start_pc)) {
  292   cursor_sp->reg_ctx_lldb_sp = reg_ctx_sp;