Home | History | Annotate | Download | only in Target

Lines Matching defs:exe_ctx

75     GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
80 if (exe_ctx)
82 Process *process = exe_ctx->GetProcessPtr();
1793 ExecutionContext exe_ctx;
1794 frame_sp->CalculateExecutionContext (exe_ctx);
1801 ClangUserExpression::Evaluate (exe_ctx,
1870 ExecutionContext exe_ctx;
1871 frame_sp->CalculateExecutionContext (exe_ctx);
1878 ClangUserExpression::Evaluate (exe_ctx,
4357 Process::CalculateExecutionContext (ExecutionContext &exe_ctx)
4359 exe_ctx.SetTargetPtr (&m_target);
4360 exe_ctx.SetProcessPtr (this);
4361 exe_ctx.SetThreadPtr(NULL);
4362 exe_ctx.SetFramePtr (NULL);
4643 Process::RunThreadPlan (ExecutionContext &exe_ctx,
4666 if (exe_ctx.GetProcessPtr() != this)
4672 Thread *thread = exe_ctx.GetThreadPtr();
4692 // Save the thread & frame from the exe_ctx for restoration after we run
5410 exe_ctx.SetFrameSP (thread->GetFrameWithStackID (ctx_frame_id));