diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 91cbae2..5bfcda3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2005-09-29 Nick Roberts <nickrob@snap.net.nz> + + * annotate.c (breakpoints_changed, annotate_frames_invalid) + (_initialize_annotate): Print breakpoints-invalid and + frames-invalid for level 2 annotations only. + 2005-09-28 Daniel Jacobowitz <dan@codesourcery.com> * infrun.c (init_execution_control_state): Initialize diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5e5ce89..a98bc7c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2005-09-29 Nick Roberts <nickrob@snap.net.nz> + + * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations + frames-invalid and breakpoints-invalid are no longer generated + with level 3 so don't expect them in the output. + 2005-09-27 Bob Rossi <bob@brasko.net> * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .* |