I have a project with many dependencies, and I found gdb really slow at startup... during this startup, I see some "loading [...].so" that hang for about 20s. Is there a way to load only libraries I'm interested in debugging or blacklist those I don't care ?
Asked
Active
Viewed 47 times
1
-
provide some context, like technology or language. – sanjiv saini Sep 05 '17 at 17:34
-
isn't gdb quite universal ? I mean... I have a program, and I want to debug a library whit this program using it. So I don't car of the program itself, nor other dependencies of this program... how to speedup the startup of gdb? – hl037_ Sep 05 '17 at 17:40
-
The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages) – sanjiv saini Sep 05 '17 at 17:43
-
C++, but why is it relevant here ? – hl037_ Sep 05 '17 at 17:45
-
relevant information might help to get better answer – sanjiv saini Sep 05 '17 at 17:52