Home
last modified time | relevance | path

Searched refs:get_stopped_threads (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lua_api/
H A Dlua_lldb_test.lua54 function get_stopped_threads(process, reason) function
66 local threads = get_stopped_threads(process, reason)
H A DTestProcessAPI.lua50 local threads = get_stopped_threads(process, lldb.eStopReasonSignal)
/llvm-project-15.0.7/lldb/test/API/functionalities/exec/
H A DTestExec.py98 threads = lldbutil.get_stopped_threads(
168 threads = lldbutil.get_stopped_threads(
/llvm-project-15.0.7/lldb/test/API/functionalities/thread_plan/
H A DTestThreadPlanCommands.py129 threads = lldbutil.get_stopped_threads(process, lldb.eStopReasonPlanComplete)
162 threads = lldbutil.get_stopped_threads(process, lldb.eStopReasonPlanComplete)
/llvm-project-15.0.7/lldb/test/API/functionalities/dyld-exec-linux/
H A DTestDyldExecLinux.py61 threads = lldbutil.get_stopped_threads(process, lldb.eStopReasonExec)
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_set_command/
H A DTestWatchLocationWithWatchSet.py108 threads = lldbutil.get_stopped_threads(
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/ignore_suspended/
H A DTestIgnoreSuspendedThread.py24 lldbutil.get_stopped_threads(process, lldb.eStopReasonBreakpoint)
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/hello_watchlocation/
H A DTestWatchLocation.py112 threads = lldbutil.get_stopped_threads(
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/
H A DTestSendSignal.py85 threads = lldbutil.get_stopped_threads(process, lldb.eStopReasonSignal)
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py621 def get_stopped_threads(process, reason): function
656 threads = get_stopped_threads(process, reason)
667 stopped_threads = get_stopped_threads(process, lldb.eStopReasonBreakpoint)
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-dynamic-value/
H A DTestObjCDynamicValue.py128 threads = lldbutil.get_stopped_threads(
/llvm-project-15.0.7/lldb/test/API/functionalities/inline-stepping/
H A DTestInlineStepping.py70 threads = lldbutil.get_stopped_threads(
/llvm-project-15.0.7/lldb/test/API/lang/c/stepping/
H A DTestStepAndBreakpoints.py270 threads = lldbutil.get_stopped_threads(
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py794 def get_stopped_threads(process, reason): function
829 threads = get_stopped_threads(process, reason)
840 stopped_threads = get_stopped_threads(process, lldb.eStopReasonBreakpoint)