binutils-gdb/gdb/cli
Pedro Alves b22e99fdaf gdb::{unique_ptr,move} -> std::{unique_ptr,move}
Now that we require C++11, use std::unique_ptr and std::move directly.

gdb/ChangeLog:
2016-11-15  Pedro Alves  <palves@redhat.com>

	* ada-lang.c (create_excep_cond_exprs): Use std::move instead of
	gdb::move.
	* break-catch-throw.c (handle_gnu_v3_exceptions): Use
	std::unique_ptr instead of gdb::unique_ptr.
	* breakpoint.c (watch_command_1): Use std::move instead of
	gdb::move.
	* cli/cli-dump.c (dump_memory_to_file, restore_binary_file): Use
	std::unique_ptr instead of gdb::unique_ptr.
	* dtrace-probe.c (dtrace_process_dof_probe): Use std::move instead
	of gdb::move.
	* elfread.c (elf_read_minimal_symbols): Use std::unique_ptr
	instead of gdb::unique_ptr.
	* mi/mi-main.c (mi_cmd_data_read_memory): Use std::unique_ptr
	instead of gdb::unique_ptr.
	* parse.c (parse_expression_for_completion): Use std::move instead
	of gdb::move.
	* printcmd.c (display_command): std::move instead of gdb::move.
2016-11-15 19:54:21 +00:00
..
cli-cmds.c Use std::string rather than dyn-string 2016-09-23 11:37:09 -06:00
cli-cmds.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cli-decode.c Emit inferior, thread and frame selection events to all UIs 2016-10-03 16:54:58 -04:00
cli-decode.h Emit inferior, thread and frame selection events to all UIs 2016-10-03 16:54:58 -04:00
cli-dump.c gdb::{unique_ptr,move} -> std::{unique_ptr,move} 2016-11-15 19:54:21 +00:00
cli-interp.c Remove make_cleanup_restore_current_ui 2016-10-21 14:17:34 -06:00
cli-interp.h New function should_print_stop_to_console 2016-06-21 01:11:52 +01:00
cli-logging.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cli-script.c 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> 2016-11-08 15:26:43 +00:00
cli-script.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cli-setshow.c Use ui_file_as_string in gdb/cli/cli-setshow.c 2016-11-08 15:26:45 +00:00
cli-setshow.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
cli-utils.c Convert tid_range_parser and get_number_or_range to classes 2016-10-13 01:54:07 +01:00
cli-utils.h Convert tid_range_parser and get_number_or_range to classes 2016-10-13 01:54:07 +01:00