Searched defs:event_ptr (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DPOSIXStopInfo.cpp25 bool POSIXLimboStopInfo::ShouldStop(Event *event_ptr) { return false; } argument
27 bool POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) { return false; } argument
42 bool POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) { return false; } argument
44 bool POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) { return false; } argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp59 bool ThreadPlanCallOnFunctionExit::ShouldStop(Event *event_ptr) { argument
86 bool ThreadPlanCallOnFunctionExit::DoPlanExplainsStop(Event *event_ptr) { argument
H A DThreadPlanBase.cpp54 bool ThreadPlanBase::DoPlanExplainsStop(Event *event_ptr) { argument
60 Vote ThreadPlanBase::ShouldReportStop(Event *event_ptr) { argument
72 bool ThreadPlanBase::ShouldStop(Event *event_ptr) { argument
H A DThreadPlanPython.cpp76 bool ThreadPlanPython::ShouldStop(Event *event_ptr) { argument
114 bool ThreadPlanPython::DoPlanExplainsStop(Event *event_ptr) { argument
H A DThreadPlanStepOverBreakpoint.cpp49 bool ThreadPlanStepOverBreakpoint::DoPlanExplainsStop(Event *event_ptr) { argument
109 bool ThreadPlanStepOverBreakpoint::ShouldStop(Event *event_ptr) { argument
177 bool ThreadPlanStepOverBreakpoint::ShouldAutoContinue(Event *event_ptr) { argument
H A DThreadPlanRunToAddress.cpp153 bool ThreadPlanRunToAddress::DoPlanExplainsStop(Event *event_ptr) { argument
157 bool ThreadPlanRunToAddress::ShouldStop(Event *event_ptr) { argument
H A DThreadPlanStepInstruction.cpp88 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { argument
127 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { argument
H A DThreadPlanStepThrough.cpp153 bool ThreadPlanStepThrough::DoPlanExplainsStop(Event *event_ptr) { argument
161 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { argument
H A DThreadPlanStepUntil.cpp252 bool ThreadPlanStepUntil::DoPlanExplainsStop(Event *event_ptr) { argument
259 bool ThreadPlanStepUntil::ShouldStop(Event *event_ptr) { argument
H A DThreadPlan.cpp50 bool ThreadPlan::PlanExplainsStop(Event *event_ptr) { argument
78 Vote ThreadPlan::ShouldReportStop(Event *event_ptr) { argument
93 Vote ThreadPlan::ShouldReportRun(Event *event_ptr) { argument
206 bool ThreadPlanNull::ShouldStop(Event *event_ptr) { argument
238 bool ThreadPlanNull::DoPlanExplainsStop(Event *event_ptr) { argument
H A DThreadPlanCallFunction.cpp237 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { argument
244 bool ThreadPlanCallFunction::DoPlanExplainsStop(Event *event_ptr) { argument
345 bool ThreadPlanCallFunction::ShouldStop(Event *event_ptr) { argument
H A DThreadPlanStepInRange.cpp143 bool ThreadPlanStepInRange::ShouldStop(Event *event_ptr) { argument
435 bool ThreadPlanStepInRange::DoPlanExplainsStop(Event *event_ptr) { argument
H A DThreadPlanStepOut.cpp268 bool ThreadPlanStepOut::DoPlanExplainsStop(Event *event_ptr) { argument
336 bool ThreadPlanStepOut::ShouldStop(Event *event_ptr) { argument
H A DThreadPlanStepOverRange.cpp126 bool ThreadPlanStepOverRange::ShouldStop(Event *event_ptr) { argument
336 bool ThreadPlanStepOverRange::DoPlanExplainsStop(Event *event_ptr) { argument
H A DThreadList.cpp225 bool ThreadList::ShouldStop(Event *event_ptr) { argument
356 Vote ThreadList::ShouldReportStop(Event *event_ptr) { argument
408 Vote ThreadList::ShouldReportRun(Event *event_ptr) { argument
H A DThreadPlanStepRange.cpp67 Vote ThreadPlanStepRange::ShouldReportStop(Event *event_ptr) { argument
H A DProcess.cpp1093 Event *event_ptr; local
[all...]
H A DThread.cpp176 Thread::ThreadEventData::GetEventDataFromEvent(const Event *event_ptr) { argument
186 ThreadSP Thread::ThreadEventData::GetThreadFromEvent(const Event *event_ptr) { argument
194 StackID Thread::ThreadEventData::GetStackIDFromEvent(const Event *event_ptr) { argument
203 Thread::ThreadEventData::GetStackFrameFromEvent(const Event *event_ptr) { argument
738 ShouldStop(Event *event_ptr) argument
961 ShouldReportStop(Event *event_ptr) argument
1022 ShouldReportRun(Event *event_ptr) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h53 virtual bool ShouldStopSynchronous(Event *event_ptr) { return true; } argument
60 virtual bool ShouldNotify(Event *event_ptr) { argument
147 virtual void PerformAction(Event *event_ptr) {} argument
149 virtual bool DoShouldNotify(Event *event_ptr) { return false; } argument
158 virtual bool ShouldStop(Event *event_ptr) { return true; } argument
H A DThreadPlan.h415 virtual bool ShouldAutoContinue(Event *event_ptr) { return false; } argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h49 virtual void DoOnRemoval(Event *event_ptr) {} argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBEvent.cpp41 SBEvent::SBEvent(Event *event_ptr) : m_event_sp(), m_opaque_ptr(event_ptr) { argument
157 void SBEvent::reset(Event *event_ptr) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp114 bool AppleThreadPlanStepThroughObjCTrampoline::ShouldStop(Event *event_ptr) { argument
304 AppleThreadPlanStepThroughDirectDispatch::DoPlanExplainsStop(Event *event_ptr) { argument
354 bool AppleThreadPlanStepThroughDirectDispatch::ShouldStop(Event *event_ptr) { argument
102 DoPlanExplainsStop( Event *event_ptr) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp158 const void *EventDataBytes::GetBytesFromEvent(const Event *event_ptr) { argument
165 size_t EventDataBytes::GetByteSizeFromEvent(const Event *event_ptr) { argument
173 EventDataBytes::GetEventDataFromEvent(const Event *event_ptr) { argument
247 EventDataStructuredData::GetEventDataFromEvent(const Event *event_ptr) { argument
259 GetProcessFromEvent(const Event *event_ptr) argument
268 GetObjectFromEvent(const Event *event_ptr) argument
277 GetPluginFromEvent(const Event *event_ptr) argument
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntpsim.c31 void (*event_ptr[]) (Event *) = { variable

Completed in 276 milliseconds

12