This is the mail archive of the gdb@sources.redhat.com 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]

canned functions


Hello,
I was wondering if it would be possible to identify a template class and pretty print it. for examle, would it be possible to do: if ( whatis var == "vector") call pretty_print_vector(var) (this code of course does not work, since whatis returns "vector<int,something>" and not "vector") ?
--Jacques



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