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]

Re: [patch] gdb.python/lib-types.exp: test const+typedef stripping


Doug> I will check this in in a few days if there are no objections.

Doug> +gdb_test_multiple "python print (str (basic_type_const_typedef_class1_obj))" $test {
Doug> +    -re "\[\r\n\]+class1\[\r\n\]+$gdb_prompt $" {
Doug> +	pass $test
Doug> +    }
Doug> +}

Not an objection but I was curious why gdb_test_multiple was needed here.

Tom


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