From fee354eeef0b5bb9b1b799e2ce313fc805b2af1a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 6 Jun 2014 13:26:53 -0600 Subject: constify to_disconnect This constifies an parameter of to_disconnect and updates target_disconnect as well. 2014-06-16 Tom Tromey * target.h (struct target_ops) : Make parameter const. (target_disconnect): Update. * target.c (target_disconnect): Make "args" const. * target-delegates.c: Rebuild. * remote.c (remote_disconnect): Update. * record.h (record_disconnect): Update. * record.c (record_disconnect): Update. * inf-child.c (inf_child_disconnect): Update. --- gdb/record.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/record.h') diff --git a/gdb/record.h b/gdb/record.h index f5987e3..29784ad 100644 --- a/gdb/record.h +++ b/gdb/record.h @@ -57,7 +57,7 @@ extern int record_read_memory (struct gdbarch *gdbarch, extern void cmd_record_goto (char *arg, int from_tty); /* The default "to_disconnect" target method for record targets. */ -extern void record_disconnect (struct target_ops *, char *, int); +extern void record_disconnect (struct target_ops *, const char *, int); /* The default "to_detach" target method for record targets. */ extern void record_detach (struct target_ops *, const char *, int); -- cgit v1.1