]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/utils.c
Replace input_interactive_p with a method
authorTom Tromey <tromey@adacore.com>
Thu, 23 Jun 2022 17:09:28 +0000 (11:09 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 18 Jul 2022 14:49:55 +0000 (08:49 -0600)
commitefd3baf0dcb38d7ecc2c8b4d1553254d3c022b7a
tree32c375e1e893117e20299cee54d30c1cb91e7679
parent8f7f9b3a9142eeea50054b83e9bce12056bae6c9
Replace input_interactive_p with a method

This replaces the global input_interactive_p function with a new
method ui::input_interactive_p.
gdb/cli/cli-script.c
gdb/defs.h
gdb/event-top.c
gdb/top.c
gdb/top.h
gdb/utils.c