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 DThreadPlanPython.cpp100 bool should_stop = true; in ShouldStop() local
H A DUnixSignals.cpp242 GetSignalInfo(int32_t signo,bool & should_suppress,bool & should_stop,bool & should_notify) const GetSignalInfo() argument
342 GetFilteredSignals(std::optional<bool> should_suppress,std::optional<bool> should_stop,std::optional<bool> should_notify) GetFilteredSignals() argument
H A DStopInfo.cpp97 StopInfoBreakpoint(Thread &thread, break_id_t break_id, bool should_stop) in StopInfoBreakpoint()
740 bool should_stop = ThreadPlanStepInstruction::ShouldStop(event_ptr); in ShouldStop() local
1373 bool should_stop) { in CreateStopReasonWithBreakpointSiteID()
H A DThreadList.cpp284 bool should_stop = false; in ShouldStop() local
H A DThread.cpp732 bool should_stop = true; in ShouldStop() local
H A DTarget.cpp2941 bool should_stop = false; in RunStopHooks() local
3864 bool should_stop = script_interp->ScriptedStopHookHandleStop( in HandleStop() 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.cpp388 bool should_stop = true; in ShouldStop() local