aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7291695..8928db4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,15 @@
+2008-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
+
+ * breakpoint.c (create_exception_catchpoint): Remove prototype
+ for already deleted function.
+ * breakpoint.h (ep_is_exception_catchpoint): Likewise.
+ * frame.h (show_stack_frame): Remove prototype.
+ * stack.c (show_stack_frame): Remove empty, unused function.
+ * source.c (symtab_to_fullname, print_source_lines): Small fix
+ in comment.
+ * value.c (show_values): Update comments to mention "show values"
+ command instead of "info history".
+
2008-05-02 Ulrich Weigand <uweigand@de.ibm.com>
* linespec.c: Include "target.h".