Searched refs:read_command_lines (Results 1 – 19 of 19) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-script.h | 124 extern counted_command_line read_command_lines
|
| D | cli-script.c | 1177 read_command_lines (const char *prompt_arg, int from_tty, int parse_commands, in read_command_lines() function 1453 cmds = read_command_lines (prompt.c_str (), from_tty, 1, 0); in do_define_command() 1546 doclines = read_command_lines (prompt.c_str (), from_tty, 0, 0); in do_document_command()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | tracepoint.c | 576 counted_command_line l = read_command_lines (tmpbuf.c_str (), in actions_command()
|
| D | ChangeLog-1996 | 3017 * defs.h (read_command_lines, query_hook): Update prototypes. 3020 and pass that, as well as tty control flag, to read_command_lines. 3028 (read_command_lines): Use passed in prompt and tty flag to decide how 3033 buffer and pass it to read_command_lines, along with tty flag.
|
| D | ChangeLog-2018 | 10686 * cli/cli-script.h (read_command_lines, read_command_lines_1): Use 10690 (recurse_read_control_structure, read_command_lines) 10711 * cli/cli-script.h (read_command_lines): Update. 10712 * cli/cli-script.c (read_command_lines): Constify prompt_arg. 10746 (read_command_lines, read_command_lines_1, get_command_line): 10755 (read_command_lines, read_command_lines_1): Return counted_command_line.
|
| D | ChangeLog-2008 | 4711 (read_command_lines): Add parse_commands argument. 4712 (define_command): Adapt to new read_command_lines signature. 4715 * defs.h (read_command_lines): Adjust function prototype. 5147 (read_command_lines): Handle python_control.
|
| D | ChangeLog-2017 | 7895 (read_command_lines): Use scoped_restore_interp. 9105 (read_command_lines): Likewise. 9113 (read_command_lines): Likewise. 14467 * defs.h (read_command_lines, read_command_lines_1): Return 14478 (while_command, if_command, read_command_lines, define_command)
|
| D | ChangeLog-2010 | 8450 * defs.h (read_command_lines, read_command_lines_1): New 8470 (read_command_lines, read_command_lines1): Likewise. 8478 (trace_actions_command): Use read_command_lines.
|
| D | ChangeLog-1994 | 1589 (read_command_lines): Simplify by calling read_next_line, call 3417 * symtab.c (decode_line_2), main.c (read_command_lines,
|
| D | ChangeLog-1990 | 2125 (read_command_lines): Treat end of file like "end".
|
| D | breakpoint.c | 1656 cmd = read_command_lines (str.c_str (), from_tty, 1, validator); in commands_command_1()
|
| D | ChangeLog-2000 | 480 recurse_read_control_structure, read_command_lines, free_command_lines, 4472 (get_command_line, read_command_lines): Use.
|
| D | ChangeLog-2006 | 3046 (read_command_lines): Check whether to prompt before calling
|
| D | ChangeLog-2007 | 4168 * cli/cli-script.c (read_command_lines): Call dont_repeat for each 9743 (recurse_read_control_structure, read_command_lines): Handle
|
| D | ChangeLog-1999 | 5835 (read_command_lines): rename "prompt" to prompt_arg for clarity. 7924 * top.c (read_command_lines): Reset control_level to 0.
|
| D | ChangeLog-2016 | 6196 (read_command_lines): Use input_interactive_p instead of
|
| D | ChangeLog-2012 | 7800 (read_command_lines): Temporarily override the current interpreter
|
| D | ChangeLog-2009 | 4013 (read_command_lines): ...here.
|
| D | ChangeLog-2019 | 14731 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
|