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

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  691   ABI *abi = process ? process->GetABI().get() : nullptr;
  691   ABI *abi = process ? process->GetABI().get() : nullptr;
  725         (process &&
  726          process->GetLoadAddressPermissions(current_pc_addr, permissions) &&
  806   if (m_frame_type == eTrapHandlerFrame && process) {
  809         func_unwinders_sp->GetEHFrameUnwindPlan(process->GetTarget());
  812           func_unwinders_sp->GetObjectFileUnwindPlan(process->GetTarget());
  827   if (process && process->GetDynamicLoader() &&
  827   if (process && process->GetDynamicLoader() &&
  828       process->GetDynamicLoader()->AlwaysRelyOnEHUnwindInfo(m_sym_ctx)) {
  834         func_unwinders_sp->GetEHFrameUnwindPlan(process->GetTarget());
  837           func_unwinders_sp->GetObjectFileUnwindPlan(process->GetTarget());
  848   if (behaves_like_zeroth_frame && process) {
  850         process->GetTarget(), m_thread);
  865             func_unwinders_sp->GetUnwindPlanAtCallSite(process->GetTarget(),
  901   if (process) {
  903         process->GetTarget(), m_thread);
  916   if (process) {
  918         process->GetTarget(), m_thread);
  933         func_unwinders_sp->GetUnwindPlanAtCallSite(process->GetTarget(),