Searched refs:lookup_cmd (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-auto-load.c88 cmd = lookup_cmd (&cmd_name, setlist, "", NULL, -1, 1);
91 /* It is needed because lookup_cmd updates the CMD_NAME pointer. */
93 cmd = lookup_cmd (&cmd_name, showlist, "", NULL, -1, 1);
H A Dpy-param.c574 param = lookup_cmd (&tmp_name, *show_list, "", NULL, 0, 1);
579 param = lookup_cmd (&tmp_name, *set_list, "", NULL, 0, 1);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-script.c1337 c = lookup_cmd (&tem, cmdlist, "", NULL, 0, 1);
1393 c = lookup_cmd (&tem, *list, "", NULL, -1, 1);
1438 hookc = lookup_cmd (&tem, *list, "", NULL, -1, 0);
1524 c = lookup_cmd (&tem, *list, "", NULL, 0, 1);
1572 c = lookup_cmd (&tem, *list, "", NULL, -1, 1);
H A Dcli-decode.c335 old = lookup_cmd (&tmp, *list, "", NULL, 1, 1);
1225 c = lookup_cmd (&command, cmdlist, "", NULL, 0, 0);
1812 lookup_cmd (const char **line, struct cmd_list_element *list,
1809 lookup_cmd (const char **line, struct cmd_list_element *list, function
H A Dcli-cmds.c227 cmd_list_element *set_cmd = lookup_cmd (&args, setlist, set_cmd_prefix,
339 /* We first use lookup_cmd to verify TEXT unambiguously identifies
341 lcmd = lookup_cmd (text, cmdlist, "", NULL,
1605 c = lookup_cmd (&comname, cmdlist, "", NULL, 0, 1);
2083 cmd_list_element *cmd = lookup_cmd (&a0, showlist, "", NULL, -1, 0);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcommand.h275 extern struct cmd_list_element *lookup_cmd (const char **,
H A Dinfcmd.c3044 c = lookup_cmd (&cmd_name, setlist, "", NULL, -1, 1);
3057 c = lookup_cmd (&cmd_name, setlist, "", NULL, -1, 1);
3076 c = lookup_cmd (&cmd_name, setlist, "", NULL, -1, 1);
H A Dtracepoint.c654 c = lookup_cmd (&p, cmdlist, "", NULL, -1, 1);
1306 cmd = lookup_cmd (&action_exp, cmdlist, "", NULL, -1, 1);
2676 cmd = lookup_cmd (&action_exp, cmdlist, "", NULL, -1, 1);
H A DChangeLog-3.x794 command.c (lookup_cmd): Same.
1438 * command.c (lookup_cmd): Add ignore_help_classes argument.
1440 command.c, main.c: Change callers of lookup_cmd{,_1} to supply
1902 * command.c (lookup_cmd): Clear out trailing whitespace.
2071 * command.c (lookup_cmd): Got correct error message on bad
2077 * command.c (lookup_cmd): If a command is found, use it's values
2080 * command.c (lookup_cmd): Use null string for error if cmdtype is
2101 * command.c (lookup_cmd): Modified to use my new routine. Old
2105 of the work of lookup_cmd with no error reporting and full return
2833 * command.c (lookup_cmd, _initialize_comman
[all...]
H A Dtop.c593 c = lookup_cmd (&cmd, cmdlist, "", &default_args, 0, 1);
H A Dremote.c14454 cmd = lookup_cmd (&cmd_name, setlist, "", NULL, -1, 1);
14456 cmd_name = "remotebreak"; /* needed because lookup_cmd updates the pointer */
14457 cmd = lookup_cmd (&cmd_name, showlist, "", NULL, -1, 1);
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-cmds.c241 cmd_list_element *set_cmd = lookup_cmd (&args, setlist, set_cmd_prefix,
354 /* We first use lookup_cmd to verify TEXT unambiguously identifies
356 lcmd = lookup_cmd (text, cmdlist, "", NULL,
1660 c = lookup_cmd (&comname, cmdlist, "", NULL, 0, 1);
2206 cmd_list_element *cmd = lookup_cmd (&a0, showlist, "", NULL, -1, 0);
H A Dcli-decode.c1570 c = lookup_cmd (&command, cmdlist, "", NULL, 0, 0);
2135 lookup_cmd (const char **line, struct cmd_list_element *list,
2244 struct cmd_list_element *cmd = lookup_cmd (&tem, list, "", NULL, -1,
2133 lookup_cmd (const char **line, struct cmd_list_element *list, function
H A Dcli-script.c1341 c = lookup_cmd (&tem, cmdlist, "", NULL, 0, 1);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-param.c471 param = lookup_cmd (&tmp_name, *show_list, "", NULL, 0, 1);
477 param = lookup_cmd (&tmp_name, *set_list, "", NULL, 0, 1);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinfcmd.c3113 c = lookup_cmd (&cmd_name, setlist, "", nullptr, -1, 1);
3126 c = lookup_cmd (&cmd_name, setlist, "", nullptr, -1, 1);
3145 c = lookup_cmd (&cmd_name, setlist, "", nullptr, -1, 1);
H A Dcommand.h525 extern struct cmd_list_element *lookup_cmd (const char **,
H A Dtop.c610 c = lookup_cmd (&cmd, cmdlist, "", &default_args, 0, 1);
700 c = lookup_cmd (&cmd2, cmdlist, "", nullptr, 1, 1);
H A Dtracepoint.c649 c = lookup_cmd (&p, cmdlist, "", NULL, -1, 1);
1273 cmd = lookup_cmd (&action_exp, cmdlist, "", NULL, -1, 1);
2652 cmd = lookup_cmd (&action_exp, cmdlist, "", NULL, -1, 1);
H A DChangeLog-3.x794 command.c (lookup_cmd): Same.
1438 * command.c (lookup_cmd): Add ignore_help_classes argument.
1440 command.c, main.c: Change callers of lookup_cmd{,_1} to supply
1902 * command.c (lookup_cmd): Clear out trailing whitespace.
2071 * command.c (lookup_cmd): Got correct error message on bad
2077 * command.c (lookup_cmd): If a command is found, use it's values
2080 * command.c (lookup_cmd): Use null string for error if cmdtype is
2101 * command.c (lookup_cmd): Modified to use my new routine. Old
2105 of the work of lookup_cmd with no error reporting and full return
2833 * command.c (lookup_cmd, _initialize_comman
[all...]

Completed in 494 milliseconds