Home | History | Annotate | Download | only in Target

Lines Matching refs:ThreadPlanCallFunction

1 //===-- ThreadPlanCallFunction.cpp ------------------------------*- C++ -*-===//
10 #include "lldb/Target/ThreadPlanCallFunction.h"
37 // ThreadPlanCallFunction: Plan to call a single function
40 ThreadPlanCallFunction::ConstructorSetup (Thread &thread,
73 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
83 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
95 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
105 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
118 m_constructor_errors.Printf ("Setting up ThreadPlanCallFunction, failed to checkpoint thread state.");
120 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData());
128 ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread,
191 ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread,
239 ThreadPlanCallFunction::~ThreadPlanCallFunction ()
245 ThreadPlanCallFunction::ReportRegisterState (const char *message)
273 ThreadPlanCallFunction::DoTakedown (bool success)
281 log->Printf ("ThreadPlanCallFunction(%p): Log called on ThreadPlanCallFunction that was never valid.", this);
298 log->Printf ("ThreadPlanCallFunction(%p): DoTakedown called for thread 0x%4.4" PRIx64 ", m_valid: %d complete: %d.\n", this, m_thread.GetID(), m_valid, IsPlanComplete());
312 log->Printf ("ThreadPlanCallFunction(%p): DoTakedown called as no-op for thread 0x%4.4" PRIx64 ", m_valid: %d complete: %d.\n", this, m_thread.GetID(), m_valid, IsPlanComplete());
317 ThreadPlanCallFunction::WillPop ()
323 ThreadPlanCallFunction::GetDescription (Stream *s, DescriptionLevel level)
337 ThreadPlanCallFunction::ValidatePlan (Stream *error)
356 ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr)
365 ThreadPlanCallFunction::DoPlanExplainsStop (Event *event_ptr)
386 log->Printf ("ThreadPlanCallFunction::PlanExplainsStop: Got stop reason - %s.", Thread::StopReasonAsCString(stop_reason));
411 log->Printf ("ThreadPlanCallFunction::PlanExplainsStop: hit breakpoint %d while calling function", bp.GetID());
422 log->Printf ("ThreadPlanCallFunction::PlanExplainsStop hit an internal breakpoint, not stopping.");
430 log->Printf("ThreadPlanCallFunction::PlanExplainsStop: we are ignoring breakpoints, overriding breakpoint stop info ShouldStop, returning true");
437 log->Printf("ThreadPlanCallFunction::PlanExplainsStop: we are not ignoring breakpoints, overriding breakpoint stop info ShouldStop, returning true");
476 ThreadPlanCallFunction::ShouldStop (Event *event_ptr)
494 ThreadPlanCallFunction::StopOthers ()
500 ThreadPlanCallFunction::SetStopOthers (bool new_value)
511 ThreadPlanCallFunction::GetPlanRunState ()
517 ThreadPlanCallFunction::DidPush ()
535 ThreadPlanCallFunction::WillStop ()
541 ThreadPlanCallFunction::MischiefManaged ()
548 log->Printf("ThreadPlanCallFunction(%p): Completed call function plan.", this);
560 ThreadPlanCallFunction::SetBreakpoints ()
576 ThreadPlanCallFunction::ClearBreakpoints ()
585 ThreadPlanCallFunction::BreakpointsExplainStop()
596 log->Printf ("ThreadPlanCallFunction::BreakpointsExplainStop - Hit an exception breakpoint, setting plan complete.");
610 ThreadPlanCallFunction::RestoreThreadState()