Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp153 std::vector<NativeThreadProtocol *> watchpoint_established_threads; in SetWatchpoint() local
178 watchpoint_established_threads.push_back(thread.get()); in SetWatchpoint()
182 for (auto unwatch_thread_sp : watchpoint_established_threads) { in SetWatchpoint()