aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-01-19 20:31:38 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-01-19 20:31:38 +0000
commita0f49112e606aaf0ce3926cfb9873265418ddaff (patch)
tree37540b916d53d1af75917a1cd6094302d0322a4d /gdb/ChangeLog
parentceeb3d5ab68a5e0a904ab7a5812781fe2bd082ce (diff)
downloadgdb-a0f49112e606aaf0ce3926cfb9873265418ddaff.zip
gdb-a0f49112e606aaf0ce3926cfb9873265418ddaff.tar.gz
gdb-a0f49112e606aaf0ce3926cfb9873265418ddaff.tar.bz2
gdb/
* breakpoint.c (watchpoint_check): Check the call gdbarch_in_function_epilogue_p before calling frame_find_by_id. Extend the comment. * config/djgpp/fnchange.lst: Add translations for watchpoint-cond-gone.exp, watchpoint-cond-gone.c and watchpoint-cond-gone-stripped.c. gdb/testsuite/ * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c, gdb.base/watchpoint-cond-gone-stripped.c: New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 84f6736..a0cc759 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * breakpoint.c (watchpoint_check): Check the call
+ gdbarch_in_function_epilogue_p before calling frame_find_by_id.
+ Extend the comment.
+ * config/djgpp/fnchange.lst: Add translations for
+ watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
+ watchpoint-cond-gone-stripped.c.
+
2010-01-19 Tom Tromey <tromey@redhat.com>
PR c++/8000: