-var-create testsuite updates

Daniel Jacobowitz drow@false.org
Fri Feb 9 16:20:00 GMT 2007


I noticed this today, which I should have thought of earlier:

-mi_gdb_test "-var-create func * func" \
-       "\\^done,name=\"func\",numchild=\"0\",type=\"void \\(\\*\\)\\((void|)\\)\"" \
-       "create local variable func"
+mi_create_varobj func func "create local variable func"

The old tests were deliberately checking that the varobj was created with
the correct type, and the new ones aren't :-(

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb-patches mailing list