Constify unset_exec_wrapper_command
authorTom Tromey <tom@tromey.com>
Wed, 13 Sep 2017 03:13:03 +0000 (21:13 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:56 +0000 (08:44 -0600)
gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* fork-child.c (unset_exec_wrapper_command): Constify.

gdb/ChangeLog
gdb/fork-child.c

index d75a92158f0f28cd16a36870adacb3c2958b7931..15f20b9b998419d86e4e8dca206ace7c67050f28 100644 (file)
@@ -1,3 +1,7 @@
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * fork-child.c (unset_exec_wrapper_command): Constify.
+
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
        * btrace.c (get_uint, get_context_size, no_chunk)
index 194aab57cac924419e0edf5d5698d37c5fc5bc98..eb884a7d09e578d09e90532aa3f8b91dcae12c06 100644 (file)
@@ -144,7 +144,7 @@ gdb_startup_inferior (pid_t pid, int num_traps)
 /* Implement the "unset exec-wrapper" command.  */
 
 static void
-unset_exec_wrapper_command (char *args, int from_tty)
+unset_exec_wrapper_command (const char *args, int from_tty)
 {
   xfree (exec_wrapper);
   exec_wrapper = NULL;
This page took 0.031548 seconds and 4 git commands to generate.