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

/external/lldb/tools/debugserver/source/
H A Ddebugserver.cpp853 uint32_t short_options_idx = 0; local
856 short_options[short_options_idx++] = 'k';
857 short_options[short_options_idx++] = 't';
863 short_options[short_options_idx++] = g_long_options[i].val;
871 short_options[short_options_idx++] = ':';
874 short_options[short_options_idx++] = ':';
880 short_options[short_options_idx++] = '\0';

Completed in 2588 milliseconds