Home
last modified time | relevance | path

Searched refs:check_for_argument (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-utils.h125 extern int check_for_argument (char **str, char *arg, int arg_len);
H A Dcli-utils.c293 check_for_argument (char **str, char *arg, int arg_len) in check_for_argument() function
/dragonfly/contrib/gdb-7/gdb/
H A Dax-gdb.c2660 if (check_for_argument (&exp, "-at", sizeof ("-at") - 1)) in agent_command_1()
H A Dbreakpoint.c11280 && (check_for_argument (&arg, "-location", sizeof ("-location") - 1) in watch_maybe_just_location()
11281 || check_for_argument (&arg, "-l", sizeof ("-l") - 1))) in watch_maybe_just_location()