Searched refs:gdb_readline (Results 1 – 16 of 16) sorted by relevance
899 gdb_readline (char *prompt_arg) in gdb_readline() function1188 rl = gdb_readline (local_prompt); in command_line_input()
565 extern char *gdb_readline (char *);
848 line = gdb_readline (0); in read_actions()
1510 (gdb_readline): Free malloc'd result space before returning2073 * main.c (gdb_readline): Return NULL on end of file.2192 * main.c (gdb_readline): If instream == 0, read from stdin.
3252 (gdb_readline): If MPW, add a newline after the (gdb) prompt.3264 (readline): Define as gdb_readline.
2667 (gdb_readline): Make call-compatible with readline.2670 * utils.c (prompt_for_continue): Use new gdb_readline().
2971 (readline): Changed name to gdb_readline; added second argument
4084 * utils.c (prompt_for_continue): Call readline, not gdb_readline.
4196 * top.c (gdb_readline): Allow CRLF line termination on systems
2191 * main.c (gdb_readline): Avoid printf_filtered, which sets char
5840 (gdb_readline): rename "prrompt" to prompt_arg for clarity.
6539 * top.c (gdb_readline): Ditto.
2904 * main.c (gdb_readline): If we read some characters followed by EOF,
188 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
14917 * top.c (gdb_readline): Ditto.
2042 (mi_input): New function. Calls gdb_readline with no prompt.