Home
last modified time | relevance | path

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

/llvm-project/lldb/examples/python/
H A Dscripted_step.py116 def should_stop(self, event): member in SimpleStep
145 def should_stop(self, event): member in StepWithPlan
185 def should_stop(self, event): member in StepCheckingCondition
244 def should_stop(self, event): member in FinishPrintAndContinue
H A Dcrashlog_scripted_process.py111 def should_stop(self) -> bool: member in CrashLogScriptedProcess
/llvm-project/lldb/test/API/functionalities/step_scripted/
H A DSteps.py12 def should_stop(self, event): member in StepWithChild
73 def should_stop(self, event): member in StepUntil
106 def should_stop(self, event): member in StepReportsStopOthers
/llvm-project/lldb/test/API/functionalities/thread_plan/
H A Dwrap_step_over.py22 def should_stop(self, event): member in WrapStepOver
/llvm-project/lldb/test/API/functionalities/completion/
H A Dthread_plan_script.py16 def should_stop(self, event): member in PushPlanStack
/llvm-project/lldb/examples/python/templates/
H A Dscripted_thread_plan.py41 def should_stop(self, event: lldb.SBEvent) -> bool: member in ScriptedThreadPlan
H A Dscripted_process.py165 resume(self, should_stop=True) global() argument
/llvm-project/lldb/unittests/Process/
H A DProcessEventDataTest.cpp121 ThreadSP CreateThread(ProcessSP &process_sp, bool should_stop, in CreateThread() argument
210 bool should_stop = TEST_F() local
/llvm-project/lldb/test/API/functionalities/scripted_process/
H A Dinvalid_scripted_process.py27 def should_stop(self) -> bool: member in InvalidScriptedProcess
H A Dstack_core_scripted_process.py99 def should_stop(self) -> bool: member in StackCoreScriptedProcess
H A Ddummy_scripted_process.py52 def should_stop(self) -> bool: member in DummyScriptedProcess
/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp
H A DUnixSignals.cpp237 GetSignalInfo(int32_t signo,bool & should_suppress,bool & should_stop,bool & should_notify) const GetSignalInfo() argument
335 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) StopInfoBreakpoint() argument
740 bool should_stop = ThreadPlanStepInstruction::ShouldStop(event_ptr); ShouldStop() local
1373 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.cpp732 bool should_stop = true; ShouldStop() local
[all...]
H A DTarget.cpp2941 bool should_stop = false; RunStopHooks() local
3864 bool should_stop = script_interp->ScriptedStopHookHandleStop( HandleStop() local
/llvm-project/lldb/unittests/Signals/
H A DUnixSignalsTest.cpp85 bool should_suppress = false, should_stop = false, should_notify = false; in TEST() local
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp470 uint32_t should_stop = false; in ShouldStop() local
570 uint32_t should_stop = false; in GetThreadIndexForThreadStoppedWithSignal() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp128 const bool should_stop = ShouldStop(signals, response); in SendContinuePacketAndWaitForResponse() local
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp388 bool should_stop = true; ShouldStop() local