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 2/2] gdb-gdb.py: Print also the linked type structures


> But it is true it prints maybe too much information this way.  But IMO one
> needs to see it all anyway when examining such GDB type.

I think it's going to be a little bit too much output. I would personally
rather have to type a second "print_target type" where print_target is
a define for print *type.main_type.target_type.main_type, rather than
getting a couple of pages of output every time.

If the output from the pretty-printer was more compact, I would probably
think differently, though.

-- 
Joel


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