Home
last modified time | relevance | path

Searched refs:command_line_input (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtop.c796 command = command_line_input (instream == stdin ? in command_loop()
1107 command_line_input (char *prompt_arg, int repeat, char *annotation_suffix) in command_line_input() function
1265 return command_line_input (prompt_arg, repeat, annotation_suffix); in command_line_input()
H A Ddefs.h569 extern char *command_line_input (char *, int, char *);
H A Dlinespec.c532 args = command_line_input (prompt, 0, "overload-choice"); in decode_line_2()
H A DChangeLog-3.x2272 (command_line_input): SIGTSTP ==>STOP_SIGNAL.
2725 (command_loop, command_line_input): Used this macro.
2835 * main.c (command_line_input, set_history_expansion,
2970 * main.c (gdb_read_line): Changed name to command_line_input.
H A DChangeLog-1990271 * main.c (command_line_input): When scanning for comments,
1507 (command_loop): check result from command_line_input and
2123 * main.c (command_line_input): return NULL on end of file.
2133 * main.c (command_line_input): Fix comment code of 2 Apr.
H A DChangeLog-1994358 * top.c (command_line_input): If annotation suffix is NULL,
361 command_line_input.
3415 * main.c, defs.h (command_line_input): New argument tells what
3427 * main.c (command_line_input): Call wrap_here as well as gdb_flush.
3454 (command_line_input): Print annotatation before and after prompt.
3462 (command_line_input): Parse "server " and set server_command.
H A Dada-lang.c3147 args = command_line_input ((char *) NULL, 0, annotation_suffix); in get_selections()
H A DChangeLog-19963026 (command_line_input): Use readline_hook when appropriate, to get
3712 * top.c (command_line_input): Remove unused variable "c".
H A DChangeLog-19925691 * main.c (command_line_input): Make linelength unsigned, cast arg
5692 to command_line_input().
H A DChangeLog-19995839 (command_line_input): rename "prrompt" to prompt_arg for clarity.
6018 * top.c (command_line_input): Set the signal handler to be
H A DChangeLog-1993834 (command_line_input): If source_file_name set, increment
5044 * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP.
H A DChangeLog-1995276 * top.c (command_line_input): Only strip out an initial #-comment.
H A DChangeLog-19913052 * main.c (command_line_input): Flush stdout and stderr
H A DChangeLog-20031354 * top.c (command_line_input): Ditto.
5246 * top.c (command_line_input): Ditto.
H A DChangeLog-19985047 and calling command_line_input() without a prompt, just
H A DChangeLog1450 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
H A DChangeLog-20026313 (command_line_input): Use it.
/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c699 p = command_line_input (prompt_ptr, instream == stdin, "commands"); in read_next_line()