Is there a way to speed up gdb when it loads a very large c++ binary?
The binary I am talking about is about 50MB in a release build (no debug symbols)
A debug build is bigger then 400MB and gdb needs more then 2 minutes to load it.
Maybe there are some settings that speed up loading the application into gdb ?
Any help is very appreciated!
Environment: ubuntu karmic 64bit with gdb v6.8, 32GB Ram, 8 cpu-cores