Home
last modified time | relevance | path

Searched refs:stop_reason (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanCallFunction.cpp341 StopReason stop_reason; in DoPlanExplainsStop() local
343 stop_reason = eStopReasonNone; in DoPlanExplainsStop()
345 stop_reason = m_real_stop_info_sp->GetStopReason(); in DoPlanExplainsStop()
347 …nCallFunction::PlanExplainsStop: Got stop reason - %s.", Thread::StopReasonAsCString(stop_reason)); in DoPlanExplainsStop()
349 if (stop_reason == eStopReasonBreakpoint && BreakpointsExplainStop()) in DoPlanExplainsStop()
365 if (stop_reason == eStopReasonBreakpoint) in DoPlanExplainsStop()
HDThread.cpp2350 StopReason stop_reason = m_stop_info_sp->GetStopReason(); in IsStillAtLastBreakpointHit() local
2351 if (stop_reason == lldb::eStopReasonBreakpoint) { in IsStillAtLastBreakpointHit()
HDProcess.cpp5804 StopReason stop_reason = eStopReasonInvalid; in RunThreadPlan() local
5806 stop_reason = stop_info_sp->GetStopReason(); in RunThreadPlan()
5810 if (stop_reason == eStopReasonPlanComplete) in RunThreadPlan()
5823 if (stop_reason == eStopReasonBreakpoint) in RunThreadPlan()
/NextBSD/contrib/gdb/gdb/
HDppc-bdm.c104 int stop_reason; in bdm_ppc_wait() local
108 stop_reason = ocd_wait (); in bdm_ppc_wait()
110 if (stop_reason) in bdm_ppc_wait()
HDremote-e7000.c1993 int stop_reason; in e7000_wait() local
2069 stop_reason = why_stop (); in e7000_wait()
2075 switch (stop_reason) in e7000_wait()
HDinfrun.c998 static void print_stop_reason (enum inferior_stop_reason stop_reason,
3115 print_stop_reason (enum inferior_stop_reason stop_reason, int stop_info) in print_stop_reason() argument
3117 switch (stop_reason) in print_stop_reason()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp511 ItaniumABILanguageRuntime::ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason) in ExceptionBreakpointsExplainStop() argument
516 if (!stop_reason || in ExceptionBreakpointsExplainStop()
517 stop_reason->GetStopReason() != eStopReasonBreakpoint) in ExceptionBreakpointsExplainStop()
520 uint64_t break_site_id = stop_reason->GetValue(); in ExceptionBreakpointsExplainStop()
HDItaniumABILanguageRuntime.h80 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDLanguageRuntime.h79 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason) in ExceptionBreakpointsExplainStop() argument