2004-03-05 David Carlton <carlton@kealia.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / rtti.exp
index 0a8a2d70b31988e81c846c69ec23559d17164065..18f3cc295dac132eefbce06289ecd2203ac33d9e 100644 (file)
@@ -140,5 +140,10 @@ gdb_continue_to_breakpoint "end of constructors in func"
 
 gdb_test "print *obj" "\\$\[0-9\]* = {<n2::Base2> = .*}"
 
+gdb_breakpoint [gdb_get_line_number "func3-constructs-done"]
+gdb_continue_to_breakpoint "end of constructors in func3"
+
+gdb_test "print *obj3" "\\$\[0-9\]* = {<n2::C2> = .*}"
+
 gdb_exit
 return 0
This page took 0.023335 seconds and 4 git commands to generate.