Remove "repeat" argument from command_line_input
authorTom Tromey <tom@tromey.com>
Thu, 16 Aug 2018 00:37:00 +0000 (18:37 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 17 Aug 2018 22:39:06 +0000 (16:39 -0600)
commit89fbedf3abc90b62fbb7f08782ed78d87b3fccaa
tree7cd80645b6c9d85b4d5e6610bcaec5375f5529a6
parent12582533306990c9406aedd960fa411c317a67de
Remove "repeat" argument from command_line_input

After the previous patch, all callers pass 0 as the repeat argument to
command_line_input.  So, this patch removes it.

gdb/ChangeLog
2018-08-16  Tom Tromey  <tom@tromey.com>

* top.c (read_command_file): Update.
(command_line_input): Remove "repeat" argument.
* ada-lang.c (get_selections): Update.
* linespec.c (decode_line_2): Update.
* defs.h (command_line_input): Remove argument.
* cli/cli-script.c (read_next_line): Update.
* python/py-gdb-readline.c: Update.
gdb/ChangeLog
gdb/ada-lang.c
gdb/cli/cli-script.c
gdb/defs.h
gdb/linespec.c
gdb/python/py-gdb-readline.c
gdb/top.c
This page took 0.036173 seconds and 4 git commands to generate.