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

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  126   if (current_pc == LLDB_INVALID_ADDRESS) {
  141     current_pc = abi->FixCodeAddress(current_pc);
  141     current_pc = abi->FixCodeAddress(current_pc);
  145   m_current_pc.SetLoadAddress(current_pc, &process->GetTarget());
  160                  current_pc, GetSymbolOrFunctionName(m_sym_ctx).AsCString(""));
  163                  current_pc, GetSymbolOrFunctionName(m_sym_ctx).AsCString(""));
  167                  current_pc);