From 05be00a884850c5fe314004c9b91609f480308f6 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 6 Jan 2019 13:26:22 -0700 Subject: Constify remote_console_output This constifies the parameter to remote_console_output. gdb/ChangeLog 2019-01-14 Tom Tromey * remote.c (remote_console_output): Make parameter const. --- gdb/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5f5a2d1..842536d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2019-01-14 Tom Tromey + * remote.c (remote_console_output): Make parameter const. + +2019-01-14 Tom Tromey + * target-debug.h (target_debug_print_signals): Constify. * nto-procfs.c (nto_procfs_target::pass_signals): Update. * procfs.c (procfs_target::pass_signals): Update. -- cgit v1.1