gdb: howto speedup debugging on a very large binary? -
Is there a way to speed up GDB when it loads a large C ++ binary?
Binary I'm talking about 50 MB about the release of the release (no debug)
A debug build is up to 400 MB long and load it GDB requires more than 2 minutes.
Maybe there are some settings that speed up the application to load in the GDB?
Any help is greatly appreciated!
Environment: GBB v6.8, 32 GB RAM, 8 CPU-ubuntu karmic 64-bit core
Start by upgrading GDB developers have made a lot of effort to speed up GDB 7.0 in 2009 (and there is more to come in 7.1: -)
Comments
Post a Comment