HomeSort by relevance Sort by last modified time
    Searched refs:ShouldStopSynchronous (Results 1 - 5 of 5) sorted by null

  /external/lldb/include/lldb/Target/
StopInfo.h 72 // ShouldStopSynchronous will get called before any thread plans are consulted, and if it says we should
77 ShouldStopSynchronous (Event *event_ptr)
  /external/lldb/source/Target/
ThreadPlanBase.cpp 120 if (stop_info_sp->ShouldStopSynchronous(event_ptr))
StopInfo.cpp 172 ShouldStopSynchronous (Event *event_ptr)
592 ShouldStopSynchronous (Event *event_ptr)
    [all...]
ThreadPlanCallFunction.cpp 457 if (m_real_stop_info_sp->ShouldStopSynchronous(event_ptr))
Thread.cpp 736 // First query the stop info's ShouldStopSynchronous. This handles "synchronous" stop reasons, for example the breakpoint
740 if (private_stop_info && private_stop_info->ShouldStopSynchronous(event_ptr) == false)
    [all...]

Completed in 262 milliseconds