Home
last modified time | relevance | path

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

/external/lldb/test/api/multithreaded/
Dtest_breakpoint_callback.cpp19 int g_breakpoint_hit_count = 0; variable
26 g_breakpoint_hit_count += 1; in BPCallback()
45 if (g_breakpoint_hit_count != 1) in test()