Searched refs:m_found_calls (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h79 bool m_found_calls = false; // When we set the next branch breakpoint for member in class:lldb_private::ThreadPlanStepRange
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp249 return !m_found_calls;
306 m_found_calls = false;
320 // clear the m_found_calls, we'll rediscover it for this range.
321 m_found_calls = false;
338 &m_found_calls);

Completed in 43 milliseconds