diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-19 20:31:38 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-19 20:31:38 +0000 |
commit | a0f49112e606aaf0ce3926cfb9873265418ddaff (patch) | |
tree | 37540b916d53d1af75917a1cd6094302d0322a4d /gdb/ChangeLog | |
parent | ceeb3d5ab68a5e0a904ab7a5812781fe2bd082ce (diff) | |
download | gdb-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/ChangeLog | 9 |
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: |