2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / python-prettyprint.exp
index f83b1cdccd0ebfda63fcdd07b13f81d57acfd5a6..01d4a06c89f4550f08f4db22f4974537039dc6b3 100644 (file)
@@ -78,6 +78,7 @@ proc run_lang_tests {lang} {
        gdb_test "print ref" "= a=<15> b=< a=<8> b=<$hex>>"
        gdb_test "print derived" \
            " = \{.*<Vbase1> = pp class name: Vbase1.*<Vbase2> = \{.*<VirtualTest> = pp value variable is: 1,.*members of Vbase2:.*_vptr.Vbase2 = $hex.*<Vbase3> = \{.*members of Vbase3.*members of Derived:.*value = 2.*"
+       gdb_test "print ns " "\"embedded\\\\000null\\\\000string\""
     }
 
     gdb_test "print x" " = $hex \"this is x\""
This page took 0.024768 seconds and 4 git commands to generate.