Home
last modified time | relevance | path

Searched refs:m_should_stop (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp91 : StopInfo(thread, break_id), m_should_stop(false), in StopInfoBreakpoint()
99 : StopInfo(thread, break_id), m_should_stop(should_stop), in StopInfoBreakpoint()
163 m_should_stop = bp_site_sp->ShouldStop(&context); in ShouldStopSynchronous()
172 m_should_stop = true; in ShouldStopSynchronous()
176 return m_should_stop; in ShouldStopSynchronous()
276 return m_should_stop; in ShouldStop()
295 m_should_stop = true; in PerformAction()
319 m_should_stop = true; in PerformAction()
348 async_should_stop = m_should_stop; in PerformAction()
351 m_should_stop = false; in PerformAction()
[all …]
H A DThreadPlanStepUntil.cpp35 m_should_stop(false), m_ran_analyze(false), m_explains_stop(false), in ThreadPlanStepUntil()
149 m_should_stop = true; in AnalyzeStop()
183 m_should_stop = false; in AnalyzeStop()
225 m_should_stop = false; in AnalyzeStop()
234 m_should_stop = true; in AnalyzeStop()
270 return m_should_stop; in ShouldStop()
293 m_should_stop = true; in DoWillResume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp36 m_async_count(0), m_is_running(false), m_should_stop(false) {} in GDBRemoteClientBase()
48 m_should_stop = false; in SendContinuePacketAndWaitForResponse()
176 m_should_stop = true; in Interrupt()
336 if (m_comm.m_should_stop) { in lock()
337 m_comm.m_should_stop = false; in lock()
H A DGDBRemoteClientBase.h151 bool m_should_stop; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepUntil.h45 bool m_should_stop; variable