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]

Re: extending Gdb to display app specific data


We all agree that gdb by itself cannot display every data
type that will come along.

What I'm looking for is a way for an expert user to tell
gdb how to display a given type. This way within a
community of developers the expert users can setup
display routines for the complex data types in that
environment and everyone else can view the data
in gdb.

For example, in the Mozilla development world there are a
large number of developers and a variety of string formats
(PRUnichar=UTF16, nsString=C++ object, etc.) and more
are expected in the future (e.g.: a compressed format).

It is easy to say RTFM but it would be more effective
to say "copy this file to your home dir".




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