Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DScriptedThreadPlan.cpp97 bool should_stop = true; in ShouldStop() local
H A DUnixSignals.cpp243 bool &should_stop, bool &should_notify) const { in GetSignalInfo()
341 std::optional<bool> should_stop, in GetFilteredSignals()
H A DStopInfo.cpp98 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint()
761 bool should_stop = ThreadPlanStepInstruction::ShouldStop(event_ptr); in ShouldStop() local
1483 bool should_stop) { in CreateStopReasonWithBreakpointSiteID()
H A DThreadList.cpp270 bool should_stop = false; in ShouldStop() local
H A DThread.cpp761 bool should_stop = true; in ShouldStop() local
H A DTarget.cpp3129 bool should_stop = false; in RunStopHooks() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp128 const bool should_stop = ShouldStop(signals, response); in SendContinuePacketAndWaitForResponse() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp381 bool should_stop = true; in ShouldStop() local