Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] GDB launching source paths issue.

Hello!

I am debugging quite a large project using Eclipse 3.3 and CDT 4.0.1. The
code I'm developing runs on a Linux PC as well as on an ARM9 Linux target.
Starting up a debugging session with GDB takes minutes, due to CDT sending a
horrendeously long environment-directory mi command. All subdirectories in
all my projects are sent to GDB whether they are needed or not.
Specifically, all .svn subversion subdirectories are sent, which is
completely unnecessary. Is there any way this can be avoided?

Brgds,
Marcus
-- 
View this message in context: http://www.nabble.com/GDB-launching-source-paths-issue.-tp15950731p15950731.html
Sent from the Eclipse CDT - debug mailing list archive at Nabble.com.



Back to the top