constify set_breakpoint_condition
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index 0c000f2100b1de98cdc3cc1c914cd431bb107ee2..13c8949ac79d68531783e6b21f9011b8df37250d 100644 (file)
@@ -957,7 +957,7 @@ get_first_locp_gte_addr (CORE_ADDR address)
 }
 
 void
-set_breakpoint_condition (struct breakpoint *b, char *exp,
+set_breakpoint_condition (struct breakpoint *b, const char *exp,
                          int from_tty)
 {
   xfree (b->cond_string);
This page took 0.023932 seconds and 4 git commands to generate.