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

References

tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
  242      {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
  243      {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
  129   case dwarf_cpsr:
  820       reg_num = dwarf_cpsr;
12831         ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_cpsr, 0, &success);
14330         ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_cpsr, 0, &success);
tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
   68   if (reg_num <= dwarf_cpsr)
   91   if (reg_num <= dwarf_cpsr)
  341   StorePseudoRegisterValue(dwarf_cpsr, value_sp->GetUInt64Value());
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
  389      {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h
  532      {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM,
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  782     { "cpsr","flags",   4,   0, eEncodingUint,    eFormatHex,   { ehframe_cpsr,        dwarf_cpsr,          LLDB_INVALID_REGNUM,    25,              25 },     nullptr,           nullptr,  nullptr,       0 },
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
  250      {ehframe_cpsr, dwarf_cpsr, LLDB_REGNUM_GENERIC_FLAGS, INV, reg_cpsr},