diff options
author | Michael Chastain <mec@google.com> | 2001-03-04 21:23:05 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2001-03-04 21:23:05 +0000 |
commit | 7f8890b962c8eb819f27aec498c34d35f28a1923 (patch) | |
tree | e3d5047faf6ead993dd7b3bef107a8de21a4af92 /gdb/testsuite | |
parent | f48893aa0871f0f06b54ff68885ab32dc1ef8e14 (diff) | |
download | gdb-7f8890b962c8eb819f27aec498c34d35f28a1923.zip gdb-7f8890b962c8eb819f27aec498c34d35f28a1923.tar.gz gdb-7f8890b962c8eb819f27aec498c34d35f28a1923.tar.bz2 |
Obvious fix. Add missing ChangeLog entry for gdb.c++/ovldbreak.exp
change on 2001-01-28. Embarrassing!
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 18865e6..53954ba 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -72,6 +72,28 @@ Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com> * gdb.c++/templates.cc (printf): Remove unused function definition. +2001-01-28 Michael Chastain <chastain@redhat.com> + + * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc + to call when tests fail. It takes gdb out of the overloaded + function choice menu back to the main prompt, so that the test + program stays synchronized. + (set_bp_overloaded): New proc to collect all the common + code for setting a breakpoint on an overloaded name. Calls + take_gdb_out_of_choice_menu when needed. + (menu_overload1arg): New variable to collect the repeated + instances of the expected menu for an overloaded name. Change + the regular expression to handle changes in g++ type encoding: + "void" can be either "void" or "", and "unsigned int" can be + either "unsigned int" or "unsigned". + (continue_to_bp_overloaded): Change regular expressions to handle + changes in g++ type encoding. + (no proc): Call take_gdb_out_of_choice_menu when needed. + Remove redundant calls to "info break". Accept either "canceled" + or "cancelled". Change regular expressions in "info break" + calls to handle changes in g++ type encoding. Give all tests + unique strings. + 2001-01-17 Ben Elliston <bje@redhat.com> * config/sid.exp: New file. |