Home
last modified time | relevance | path

Searched refs:num_delay_watchpoint_threads (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py119 num_delay_watchpoint_threads=0, argument
168 if num_watchpoint_threads + num_delay_watchpoint_threads > 0:
204 "expr num_delay_watchpoint_threads=%d" % num_delay_watchpoint_threads
220 + num_delay_watchpoint_threads
341 num_delay_watchpoint_threads + num_watchpoint_threads
/llvm-project/lldb/test/API/functionalities/thread/concurrent_events/
H A Dmain.cpp125 unsigned num_delay_watchpoint_threads = 0; in dotest() local
136 + num_delay_watchpoint_threads \ in dotest()
151 delay_actions.push_back(std::make_pair(num_delay_watchpoint_threads, watchpoint_func)); in dotest()
H A DTestConcurrentDelayWatchBreak.py14 self.do_thread_actions(num_breakpoint_threads=1, num_delay_watchpoint_threads=1)
H A DTestConcurrentWatchpointWithDelayWatchpointThreads.py14 self.do_thread_actions(num_watchpoint_threads=1, num_delay_watchpoint_threads=1)
H A DTestConcurrentSignalDelayWatch.py15 self.do_thread_actions(num_signal_threads=1, num_delay_watchpoint_threads=1)
H A DTestConcurrentWatchpointDelayWatchpointOneBreakpoint.py16 num_delay_watchpoint_threads=1,