Home
last modified time | relevance | path

Searched defs:should_stop (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp78 bool should_stop = true; ShouldStop() local
H A DUnixSignals.cpp237 bool &should_stop, bool &should_notify) const { in GetSignalInfo()
335 std::optional<bool> should_stop, in GetFilteredSignals()
H A DStopInfo.cpp97 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint() argument
740 bool should_stop = ThreadPlanStepInstruction::ShouldStop(event_ptr); in ShouldStop() local
1371 CreateStopReasonWithBreakpointSiteID(Thread & thread,break_id_t break_id,bool should_stop) CreateStopReasonWithBreakpointSiteID() argument
H A DThreadList.cpp285 bool should_stop = false; ShouldStop() local
[all...]
H A DThread.cpp725 bool should_stop = true; ShouldStop() local
[all...]
H A DTarget.cpp2953 bool should_stop = false; RunStopHooks() local
3876 bool should_stop = script_interp->ScriptedStopHookHandleStop( HandleStop() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp128 const bool should_stop = ShouldStop(signals, response); in SendContinuePacketAndWaitForResponse() local
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp396 bool should_stop = true; ShouldStop() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1599 bool should_stop = true; ScriptedThreadPlanShouldStop() local