* ax-gdb.c (gen_printf): Make FORMAT const.
authorKeith Seitz <keiths@redhat.com>
Thu, 7 Mar 2013 00:48:25 +0000 (00:48 +0000)
committerKeith Seitz <keiths@redhat.com>
Thu, 7 Mar 2013 00:48:25 +0000 (00:48 +0000)
* ax-gdb.h (gen_printf): Likewise.
* ax-general.c (ax_string): Make STR const.
* ax.h (ax_string): Likewise.

gdb/ChangeLog
gdb/ax-gdb.c
gdb/ax-gdb.h
gdb/ax-general.c
gdb/ax.h

index a8e681a..4dd1540 100644 (file)
@@ -1,3 +1,11 @@
+ChangeLog
+2013-03-06  Keith Seitz  <keiths@redhat.com>
+
+       * ax-gdb.c (gen_printf): Make FORMAT const.
+       * ax-gdb.h (gen_printf): Likewise.
+       * ax-general.c (ax_string): Make STR const.
+       * ax.h (ax_string): Likewise.
+
 2013-03-06  Doug Evans  <dje@google.com>
 
        * elfread.c (elf_symfile_read): Move debugging printf to more
index 2029882..066826e 100644 (file)
@@ -2558,7 +2558,7 @@ gen_trace_for_return_address (CORE_ADDR scope, struct gdbarch *gdbarch)
 struct agent_expr *
 gen_printf (CORE_ADDR scope, struct gdbarch *gdbarch,
            CORE_ADDR function, LONGEST channel,
-           char *format, int fmtlen,
+           const char *format, int fmtlen,
            struct format_piece *frags,
            int nargs, struct expression **exprs)
 {
index e74d107..04772b7 100644 (file)
@@ -117,7 +117,7 @@ extern void require_rvalue (struct agent_expr *ax, struct axs_value *value);
 
 struct format_piece;
 extern struct agent_expr *gen_printf (CORE_ADDR, struct gdbarch *,
-                                     CORE_ADDR, LONGEST, char *, int,
+                                     CORE_ADDR, LONGEST, const char *, int,
                                      struct format_piece *,
                                      int, struct expression **);
 
index 32a47a7..8bd4df6 100644 (file)
@@ -337,7 +337,7 @@ ax_tsv (struct agent_expr *x, enum agent_op op, int num)
    is counted in the length.)  */
 
 void
-ax_string (struct agent_expr *x, char *str, int slen)
+ax_string (struct agent_expr *x, const char *str, int slen)
 {
   int i;
 
index 1c36125..32887ef 100644 (file)
--- a/gdb/ax.h
+++ b/gdb/ax.h
@@ -221,7 +221,7 @@ extern void ax_reg_mask (struct agent_expr *ax, int reg);
 extern void ax_tsv (struct agent_expr *expr, enum agent_op op, int num);
 
 /* Append a string to the bytecode stream.  */
-extern void ax_string (struct agent_expr *x, char *str, int slen);
+extern void ax_string (struct agent_expr *x, const char *str, int slen);
 \f
 
 /* Functions for printing out expressions, and otherwise debugging