Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/cli/
H A Dcli-utils.h188 extern int check_for_argument (const char **str, const char *arg, int arg_len);
193 check_for_argument (const char **str, const char *arg) in check_for_argument() function
195 return check_for_argument (str, arg, strlen (arg)); in check_for_argument()
201 check_for_argument (char **str, const char *arg, int arg_len) in check_for_argument() function
203 return check_for_argument (const_cast<const char **> (str), in check_for_argument()
208 check_for_argument (char **str, const char *arg) in check_for_argument() function
210 return check_for_argument (str, arg, strlen (arg)); in check_for_argument()
H A Dcli-option.c139 if (check_for_argument (&p, "--")) in find_end_options_delimiter()
195 else if (check_for_argument (args, "--"))
414 if (check_for_argument (args, "--"))
429 if (check_for_argument (args, "--"))
H A Dcli-utils.c421 check_for_argument (const char **str, const char *arg, int arg_len) in check_for_argument() function
H A Dcli-cmds.c1640 bool verbose = arg && check_for_argument (&arg, "-v", 2); in apropos_command()
/dports/devel/gdb761/gdb-7.6.1/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
/dports/devel/gdb/gdb-11.1/gdb/tui/
H A Dtui-layout.c939 if (check_for_argument (&spec, "-horizontal")) in tui_new_layout_command()
955 if (check_for_argument (&spec, "-horizontal")) in tui_new_layout_command()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dbreak-catch-throw.c412 if (check_for_argument (&if_token, "if", 2)) in extract_exception_regexp()
H A Dax-gdb.c2506 if (check_for_argument (&exp, "-at", sizeof ("-at") - 1)) in agent_command_1()
H A DChangeLog-201714822 * cli/cli-utils.c (check_for_argument): Constify.
14823 * cli/cli-utils.h (check_for_argument): Constify.
15051 (check_for_argument): Constify.
15054 (check_for_argument): Likewise.
H A DChangeLog-20125377 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5378 * cli/cli-utils.c (check_for_argument): New function.
5379 * cli/cli-utils.h (check_for_argument): Ditto.
H A DChangeLog-20199995 (check_for_argument): New overloads.
10038 (check_for_argument): Skip spaces after argument.
H A DChangeLog-20102828 (check_for_argument): New function.
/dports/devel/gdb761/gdb-7.6.1/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()
H A DChangeLog-20125379 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5380 * cli/cli-utils.c (check_for_argument): New function.
5381 * cli/cli-utils.h (check_for_argument): Ditto.
H A DChangeLog-20102828 (check_for_argument): New function.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dbreakpoint.c9195 check_for_argument (char **str, char *arg, int arg_len) in check_for_argument() function
9215 && (check_for_argument (&arg, "-location", sizeof ("-location") - 1) in watch_maybe_just_location()
9216 || check_for_argument (&arg, "-l", sizeof ("-l") - 1))) in watch_maybe_just_location()
H A DChangeLog-20102828 (check_for_argument): New function.