Searched refs:g_applist_opt (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A Ddebugserver.cpp61 static int g_applist_opt = 0; variable
772 { "applist", no_argument, &g_applist_opt, 1 }, // short option "-t"
1022 g_applist_opt = 1;
1158 if (g_lockdown_opt == 0 && g_applist_opt == 0)
1215 else if (g_applist_opt != 0)
1271 else if (g_applist_opt != 0)

Completed in 271 milliseconds