Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp96 static int g_sighup_received_count = 0; variable
99 ++g_sighup_received_count; in sighup_handler()
103 __FUNCTION__, g_sighup_received_count); in sighup_handler()
105 if (g_sighup_received_count >= 2) in sighup_handler()