This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb.cp/mb-ctor.exp


This is just a typo, ok for commit ?

--
Denis

2008-10-15 Denis Pilat <denis.pilat@st.com>

* gdb.mi/mb-ctor.exp: Fix a typo.

--- mb-ctor.exp 1 Jan 2008 22:53:19 -0000       1.3
+++ mb-ctor.exp 15 Oct 2008 07:16:30 -0000
@@ -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 {




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]