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]

Re: Improving GDB startup time with large programs


Yeah.  Nothing egregiously bad leaps out at me from this information.

You could try compiling big parts of your program with "-g1"
instead of "-g".  The default "-g" level is "-g2", which produces
much more debug info.

Also, in the future, maybe the linker could remove duplicate
information from dwarf-2 sections.

Michael C


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