This commit is contained in:
Denis Pilat 2008-10-15 07:55:24 +00:00
parent b99a8f9a5b
commit 5a98ad698f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-10-15 Denis Pilat <denis.pilat@st.com>
* gdb.mi/mb-ctor.exp: Fix a typo.
2008-10-09 Tom Tromey <tromey@redhat.com>
* gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than

View File

@ -52,7 +52,7 @@ gdb_test "break 'Derived::Derived(int)'" \
gdb_test "break 'Derived::~Derived()'" \
"Breakpoint.*at.* file .*$srcfile, line.*\\(2 locations\\).*" \
"set-breakpoint at ctor"
"set-breakpoint at dtor"
gdb_run_cmd
gdb_expect {