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

/external/lldb/examples/lookup/
H A Dmain.cpp62 static struct option g_long_options[] = variable in typeref:struct:option
108 for (const struct option *opt = g_long_options; opt->name; ++opt)
133 while ((ch = getopt_long_only(argc, (char * const *)argv, short_options.c_str(), g_long_options, 0)) != -1)
/external/lldb/tools/lldb-platform/
H A Dlldb-platform.cpp41 static struct option g_long_options[] = variable in typeref:struct:option
120 while ((ch = getopt_long_only(argc, argv, "l:f:L:", g_long_options, &long_option_index)) != -1)
124 // g_long_options[long_option_index].name,
125 // g_long_options[long_option_index].has_arg ? '=' : ' ',
/external/lldb/examples/functions/
H A Dmain.cpp64 static struct option g_long_options[] = variable in typeref:struct:option
113 for (const struct option *opt = g_long_options; opt->name; ++opt)
138 while ((ch = getopt_long_only(argc, (char * const *)argv, short_options.c_str(), g_long_options, 0)) != -1)
/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp298 static struct option g_long_options[] = { variable in typeref:struct:option
338 std::string short_option_string (GetShortOptionString(g_long_options));
357 g_long_options,
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp188 static struct option g_long_options[] = { variable in typeref:struct:option
228 std::string short_option_string (GetShortOptionString(g_long_options));
247 g_long_options,
/external/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp49 static struct option g_long_options[] = variable in typeref:struct:option
189 while ((ch = getopt_long_only(argc, argv, "a:deE:hsu:?", g_long_options, NULL)) != -1)
/external/lldb/tools/debugserver/source/
H A Ddebugserver.cpp765 static struct option g_long_options[] = variable in typeref:struct:option
855 // Handle the two case that don't have short options in g_long_options
859 for (i=0; g_long_options[i].name != NULL; ++i)
861 if (isalpha(g_long_options[i].val))
863 short_options[short_options_idx++] = g_long_options[i].val;
864 switch (g_long_options[i].has_arg)
881 while ((ch = getopt_long_only(argc, argv, short_options, g_long_options, &long_option_index)) != -1)
885 g_long_options[long_option_index].name,
886 g_long_options[long_option_index].has_arg ? '=' : ' ',
/external/lldb/tools/lldb-perf/darwin/sketch/
H A Dsketch.cpp25 static struct option g_long_options[] = { variable in typeref:struct:option
132 return g_long_options;

Completed in 168 milliseconds