Searched refs:event_ptr (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DPOSIXStopInfo.cpp34 POSIXLimboStopInfo::ShouldStop(Event *event_ptr) argument
40 POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) argument
80 POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) argument
86 POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) argument
H A DPOSIXStopInfo.h56 ShouldStop(lldb_private::Event *event_ptr);
59 ShouldNotify(lldb_private::Event *event_ptr);
114 ShouldStop(lldb_private::Event *event_ptr);
117 ShouldNotify(lldb_private::Event *event_ptr);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanBase.h38 virtual bool ShouldStop (Event *event_ptr);
39 virtual Vote ShouldReportStop (Event *event_ptr);
58 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepOverBreakpoint.h30 virtual bool ShouldStop (Event *event_ptr);
37 virtual bool ShouldAutoContinue(Event *event_ptr);
40 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepOverRange.h36 virtual bool ShouldStop (Event *event_ptr);
39 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DStopInfo.h77 ShouldStopSynchronous (Event *event_ptr) argument
90 ShouldNotify (Event *event_ptr) argument
93 return DoShouldNotify (event_ptr);
176 PerformAction (Event *event_ptr) argument
181 DoShouldNotify (Event *event_ptr) argument
193 ShouldStop (Event *event_ptr) argument
H A DThreadPlan.h352 PlanExplainsStop (Event *event_ptr);
355 ShouldStop (Event *event_ptr) = 0;
358 ShouldAutoContinue (Event *event_ptr) argument
367 ShouldReportStop (Event *event_ptr);
370 ShouldReportRun (Event *event_ptr);
536 DoPlanExplainsStop (Event *event_ptr) = 0;
626 ShouldStop (Event *event_ptr);
648 DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepInstruction.h30 virtual bool ShouldStop (Event *event_ptr);
37 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadList.h92 ShouldStop (Event *event_ptr);
95 ShouldReportStop (Event *event_ptr);
98 ShouldReportRun (Event *event_ptr);
H A DThreadPlanRunToAddress.h50 ShouldStop (Event *event_ptr);
69 DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepInRange.h48 ShouldStop (Event *event_ptr);
70 DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepOut.h37 virtual bool ShouldStop (Event *event_ptr);
51 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepRange.h39 virtual bool ShouldStop (Event *event_ptr) = 0;
40 virtual Vote ShouldReportStop (Event *event_ptr);
H A DThreadPlanStepThrough.h29 virtual bool ShouldStop (Event *event_ptr);
37 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepUntil.h30 virtual bool ShouldStop (Event *event_ptr);
38 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanCallFunction.h62 ShouldStop (Event *event_ptr);
65 ShouldReportStop(Event *event_ptr);
144 DoPlanExplainsStop (Event *event_ptr);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanBase.cpp71 ThreadPlanBase::DoPlanExplainsStop (Event *event_ptr) argument
82 ThreadPlanBase::ShouldReportStop(Event *event_ptr) argument
87 bool should_notify = stop_info_sp->ShouldNotify(event_ptr);
98 ThreadPlanBase::ShouldStop (Event *event_ptr) argument
120 if (stop_info_sp->ShouldStopSynchronous(event_ptr))
134 if (stop_info_sp->ShouldNotify (event_ptr))
168 if (stop_info_sp->ShouldStop(event_ptr))
179 if (stop_info_sp->ShouldNotify(event_ptr))
H A DThreadPlanStepOverBreakpoint.cpp62 ThreadPlanStepOverBreakpoint::DoPlanExplainsStop (Event *event_ptr) argument
77 ThreadPlanStepOverBreakpoint::ShouldStop (Event *event_ptr) argument
162 ThreadPlanStepOverBreakpoint::ShouldAutoContinue (Event *event_ptr) argument
H A DThreadPlan.cpp57 ThreadPlan::PlanExplainsStop (Event *event_ptr) argument
61 bool actual_value = DoPlanExplainsStop(event_ptr);
96 ThreadPlan::ShouldReportStop (Event *event_ptr) argument
105 Vote prev_vote = prev_plan->ShouldReportStop (event_ptr);
118 ThreadPlan::ShouldReportRun (Event *event_ptr) argument
124 return prev_plan->ShouldReportRun (event_ptr);
258 ThreadPlanNull::ShouldStop (Event *event_ptr) argument
296 ThreadPlanNull::DoPlanExplainsStop (Event *event_ptr) argument
H A DStopInfo.cpp172 ShouldStopSynchronous (Event *event_ptr) argument
184 StoppointCallbackContext context (event_ptr, exe_ctx, true);
204 DoShouldNotify (Event *event_ptr) argument
303 ShouldStop (Event *event_ptr) argument
312 PerformAction (Event *event_ptr) argument
402 StoppointCallbackContext context (event_ptr, exe_ctx, false);
592 ShouldStopSynchronous (Event *event_ptr) argument
612 StoppointCallbackContext context (event_ptr, exe_ctx, true);
631 ShouldStop (Event *event_ptr) argument
640 PerformAction (Event *event_ptr) argument
839 ShouldStopSynchronous(Event *event_ptr) argument
848 ShouldStop(Event *event_ptr) argument
859 DoShouldNotify(Event *event_ptr) argument
1027 ShouldStop(Event *event_ptr) argument
1069 PerformAction(Event *event_ptr) argument
[all...]
H A DThread.cpp183 Thread::ThreadEventData::GetEventDataFromEvent (const Event *event_ptr) argument
185 if (event_ptr)
187 const EventData *event_data = event_ptr->GetData();
189 return static_cast <const ThreadEventData *> (event_ptr->GetData());
195 Thread::ThreadEventData::GetThreadFromEvent (const Event *event_ptr) argument
198 const ThreadEventData *event_data = GetEventDataFromEvent (event_ptr);
205 Thread::ThreadEventData::GetStackIDFromEvent (const Event *event_ptr) argument
208 const ThreadEventData *event_data = GetEventDataFromEvent (event_ptr);
215 Thread::ThreadEventData::GetStackFrameFromEvent (const Event *event_ptr) argument
217 const ThreadEventData *event_data = GetEventDataFromEvent (event_ptr);
675 ShouldStop(Event* event_ptr) argument
909 ShouldReportStop(Event* event_ptr) argument
968 ShouldReportRun(Event* event_ptr) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEvent.h47 DoOnRemoval (Event *event_ptr) argument
101 GetEventDataFromEvent (const Event *event_ptr);
104 GetBytesFromEvent (const Event *event_ptr);
107 GetByteSizeFromEvent (const Event *event_ptr);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Devent-loop.c214 static void async_queue_event (gdb_event * event_ptr, queue_position position);
233 async_queue_event (gdb_event * event_ptr, queue_position position)
239 event_ptr->next_event = NULL;
241 event_queue.first_event = event_ptr;
243 event_queue.last_event->next_event = event_ptr;
244 event_queue.last_event = event_ptr;
250 event_ptr->next_event = event_queue.first_event;
252 event_queue.last_event = event_ptr;
253 event_queue.first_event = event_ptr;
284 gdb_event *event_ptr, *prev_pt
232 async_queue_event(gdb_event * event_ptr, queue_position position) argument
283 gdb_event *event_ptr, *prev_ptr; local
1105 gdb_event *event_ptr; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DEvent.cpp190 EventDataBytes::GetBytesFromEvent (const Event *event_ptr) argument
192 const EventDataBytes *e = GetEventDataFromEvent (event_ptr);
199 EventDataBytes::GetByteSizeFromEvent (const Event *event_ptr) argument
201 const EventDataBytes *e = GetEventDataFromEvent (event_ptr);
208 EventDataBytes::GetEventDataFromEvent (const Event *event_ptr) argument
210 if (event_ptr)
212 const EventData *event_data = event_ptr->GetData();
/freebsd-10.0-release/sys/i386/bios/
H A Dapm.h52 int event_ptr; member in struct:apm_softc

Completed in 122 milliseconds

12