diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 32921f7..8973053 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2003-07-15 Andrew Cagney <cagney@redhat.com> + * frame.c (get_prev_frame): Move disabled inside_entry_func to + before code inhibiting repeated unwind attempts. Add to + commentary on that test's problems. + * blockframe.c (inside_main_func): Look for "main" in the minimal + symbol table. + * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are + identical. + +2003-07-15 Andrew Cagney <cagney@redhat.com> + * complaints.c (struct explanation): Define. (struct complaints): Change type of "explanation" to "struct explanation". |