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

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  288   if (!ReadGPRValue(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, pc)) {
  300     pc = abi->FixCodeAddress(pc);
  300     pc = abi->FixCodeAddress(pc);
  303     UnwindLogMsg("pc = 0x%" PRIx64, pc);
  318   if (pc == 0 || pc == 0x1) {
  318   if (pc == 0 || pc == 0x1) {
  327   m_current_pc.SetLoadAddress(pc, &process->GetTarget(), allow_section_end);
  339     if (process->GetLoadAddressPermissions(pc, permissions) &&
  351                      (uint64_t)pc);
  435     UnwindLogMsg("with pc value of 0x%" PRIx64 ", symbol name is '%s'", pc,
  438     UnwindLogMsg("with pc value of 0x%" PRIx64 ", function name is '%s'", pc,
  443                  pc);
  482                  pc, GetSymbolOrFunctionName(m_sym_ctx).AsCString(""));
  484     temporary_pc.SetLoadAddress(pc - 1, &process->GetTarget());
  497     m_current_offset = pc - m_start_pc.GetLoadAddress(&process->GetTarget());
  503         m_current_pc.SetLoadAddress(pc - 1, &process->GetTarget());