Home
last modified time | relevance | path

Searched refs:num_watchpoint_threads (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py101 num_watchpoint_threads=0, argument
146 if num_watchpoint_threads + num_delay_watchpoint_threads > 0:
168 self.runCmd("expr num_watchpoint_threads=%d" % num_watchpoint_threads)
192 + num_watchpoint_threads + num_delay_watchpoint_threads \
276 expected_watchpoint_threads = num_delay_watchpoint_threads + num_watchpoint_threads
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/concurrent_events/
H A Dmain.cpp119 unsigned num_watchpoint_threads = 0; in dotest() local
132 + num_watchpoint_threads \ in dotest()
145 actions.push_back(std::make_pair(num_watchpoint_threads, watchpoint_func)); in dotest()
H A DTestConcurrentDelaySignalWatch.py20 num_watchpoint_threads=1)
H A DTestConcurrentCrashWithWatchpoint.py18 self.do_thread_actions(num_crash_threads=1, num_watchpoint_threads=1)
H A DTestConcurrentWatchBreakDelay.py20 num_watchpoint_threads=1)
H A DTestConcurrentWatchpointWithDelayWatchpointThreads.py18 self.do_thread_actions(num_watchpoint_threads=1,
H A DTestConcurrentDelayedCrashWithBreakpointWatchpoint.py20 num_watchpoint_threads=1)
H A DTestConcurrentBreakpointsDelayedBreakpointOneWatchpoint.py21 num_watchpoint_threads=1)
H A DTestConcurrentWatchpointDelayWatchpointOneBreakpoint.py18 self.do_thread_actions(num_watchpoint_threads=1,
H A DTestConcurrentCrashWithWatchpointBreakpointSignal.py21 num_watchpoint_threads=1)
H A DTestConcurrentTwoWatchpointThreads.py22 self.do_thread_actions(num_watchpoint_threads=2)
H A DTestConcurrentManyWatchpoints.py22 self.do_thread_actions(num_watchpoint_threads=100)
H A DTestConcurrentWatchBreak.py25 num_watchpoint_threads=1)
H A DTestConcurrentTwoBreakpointsOneWatchpoint.py22 num_watchpoint_threads=1)
H A DTestConcurrentTwoWatchpointsOneBreakpoint.py23 num_watchpoint_threads=2,
H A DTestConcurrentSignalWatch.py22 self.do_thread_actions(num_signal_threads=1, num_watchpoint_threads=1)
H A DTestConcurrentTwoWatchpointsOneDelayBreakpoint.py23 num_watchpoint_threads=2,
H A DTestConcurrentTwoWatchpointsOneSignal.py23 self.do_thread_actions(num_watchpoint_threads=2, num_signal_threads=1)
H A DTestConcurrentSignalWatchBreak.py24 num_watchpoint_threads=1,
H A DTestConcurrentNWatchNBreak.py24 self.do_thread_actions(num_watchpoint_threads=5,
H A DTestConcurrentSignalNWatchNBreak.py26 num_watchpoint_threads=5,