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

/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Dmain.c54 static struct option sim_options[] = variable in typeref:struct:option
102 while ((o = getopt_long (argc, argv, "tvdeEwi", sim_options, NULL)) != -1)
152 for (i=0; sim_options[i].name; i++)
153 fprintf (stderr, "\t--%s\n", sim_options[i].name);
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Dmain.c51 static struct option sim_options[] = variable in typeref:struct:option
99 while ((o = getopt_long (argc, argv, "tvdeEwi", sim_options, NULL)) != -1)
149 for (i=0; sim_options[i].name; i++)
150 fprintf (stderr, "\t--%s\n", sim_options[i].name);

Completed in 192 milliseconds