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: FYI: [python/Ada] gdb.lookup_type fails to looking primitive type


> > gdb/testsuite/ChangeLog:
> >
> >         * gdb.python/py-lookup-type.exp: New file.
> 
> Not that I'm expecting anyone to go back and change things,
> but maybe for future reference it'd be better to print the result
> and record the expected output, instead of expecting no output.
> Performing a lookup action, and then expecting no output,
> is just too confusing to me.

The only issue I have with that is that I'd like to do something
whose behavior is defined. Looking at the GDB manual, I can't see
anything said about what to expect when converting a gdb.Type to
a string... If we clarify that, I have no problem adding the extra
"print" in the test.

-- 
Joel


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