aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 124523d..b344cba 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,16 @@
2012-10-18 Tom Tromey <tromey@redhat.com>
+ * tracepoint.c (print_one_static_tracepoint_marker): Constify.
+ * symtab.c (iterate_over_some_symtabs): Constify.
+ * source.h (symtab_to_fullname): Return 'const char *'.
+ * source.c (symtab_to_fullname): Return 'const char *'.
+ * python/py-symtab.c (stpy_fullname): Constify.
+ * cli/cli-cmds.c (edit_command): Constify.
+ * breakpoint.c (print_breakpoint_location)
+ (update_static_tracepoint): Constify.
+
+2012-10-18 Tom Tromey <tromey@redhat.com>
+
* breakpoint.c (compare_breakpoints): Fix comparison.
2012-10-18 Tom Tromey <tromey@redhat.com>