binutils-gdb/gdb/mi
Tom Tromey 95bc9f0bf0 Change input_handler to take a unique_xmalloc_ptr
This changes ui::input_handler to take a unique_xmalloc_ptr.  This
clarifies the ownership transfer of input_handler's argument.

gdb/ChangeLog
2018-12-30  Tom Tromey  <tom@tromey.com>

	* event-top.h (command_line_handler): Update.
	* top.c (class gdb_readline_wrapper_cleanup) <m_handler_orig>:
	Update.
	(gdb_readline_wrapper_line): Update.
	* top.h (struct ui) <input_handler>: Take a unique_xmalloc_ptr.
	(handle_line_of_input): Update.
	* event-top.c: Update.
	(gdb_readline_no_editing_callback): Update.
	(command_line_handler): Take a unique_xmalloc_ptr.
	(handle_line_of_input): Take a const char *.
	(command_line_append_input_line): Take a const char *.
2018-12-30 08:54:13 -07:00
..
ChangeLog-1999-2003
mi-cmd-break.c
mi-cmd-break.h
mi-cmd-catch.c
mi-cmd-disas.c
mi-cmd-env.c
mi-cmd-file.c
mi-cmd-info.c
mi-cmd-stack.c
mi-cmd-target.c
mi-cmd-var.c Simple -Wshadow=local fixes 2018-10-04 22:51:45 -06:00
mi-cmds.c
mi-cmds.h
mi-common.c
mi-common.h
mi-console.c
mi-console.h
mi-getopt.c
mi-getopt.h
mi-interp.c Change input_handler to take a unique_xmalloc_ptr 2018-12-30 08:54:13 -07:00
mi-interp.h
mi-main.c Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. 2018-11-22 16:13:23 +00:00
mi-main.h
mi-out.c Add output styles to gdb 2018-12-28 12:49:49 -07:00
mi-out.h Add output styles to gdb 2018-12-28 12:49:49 -07:00
mi-parse.c
mi-parse.h
mi-symbol-cmds.c