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

References

tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  330     reg_info_dict->GetValueForKeyAsInteger("gcc", eh_frame_regno,
  332     if (eh_frame_regno == LLDB_INVALID_REGNUM)
  333       reg_info_dict->GetValueForKeyAsInteger("ehframe", eh_frame_regno,
  335     reg_info.kinds[lldb::eRegisterKindEHFrame] = eh_frame_regno;