GDB (API)
|
Go to the source code of this file.
Functions | |
int | mi_getopt (const char *prefix, int argc, char **argv, const struct mi_opt *opts, int *oind, char **oarg) |
int | mi_getopt_allow_unknown (const char *prefix, int argc, char **argv, const struct mi_opt *opts, int *oind, char **oarg) |
int | mi_valid_noargs (const char *prefix, int argc, char **argv) |
int mi_getopt | ( | const char * | prefix, |
int | argc, | ||
char ** | argv, | ||
const struct mi_opt * | opts, | ||
int * | oind, | ||
char ** | oarg | ||
) |
Definition at line 85 of file mi-getopt.c.
int mi_getopt_allow_unknown | ( | const char * | prefix, |
int | argc, | ||
char ** | argv, | ||
const struct mi_opt * | opts, | ||
int * | oind, | ||
char ** | oarg | ||
) |
Definition at line 94 of file mi-getopt.c.
int mi_valid_noargs | ( | const char * | prefix, |
int | argc, | ||
char ** | argv | ||
) |
Definition at line 101 of file mi-getopt.c.