diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-08-19 03:19:00 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-08-19 03:19:00 +0000 |
commit | c17eaafea78b9fef73ab2ec654812c8a1f31987a (patch) | |
tree | dfab5537984180deca334a2eeda267210e8c3128 /gdb/ChangeLog | |
parent | 12284abaa4dc2bd0fb0db287103617f2ba2366ac (diff) | |
download | gdb-c17eaafea78b9fef73ab2ec654812c8a1f31987a.zip gdb-c17eaafea78b9fef73ab2ec654812c8a1f31987a.tar.gz gdb-c17eaafea78b9fef73ab2ec654812c8a1f31987a.tar.bz2 |
* infrun.c (handle_inferior_event): Check the current frame ID
before unwinding to the previous frame.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 226077b..908e7e4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2006-08-18 Daniel Jacobowitz <dan@codesourcery.com> + * infrun.c (handle_inferior_event): Check the current frame ID + before unwinding to the previous frame. + +2006-08-18 Daniel Jacobowitz <dan@codesourcery.com> + * dwarf2read.c (quirk_gcc_member_function_pointer): Add GCC PR number in a comment. |