Skip to main content

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

Thanks for your tip! I will have a shot at it...

Brgds,
Marcus

2008/3/13 Elena Laskavaia <ELaskavaia@xxxxxxx>:
If you compile on the same machine you can avoid it.
In launch configuration go to Source tab and remove default mapping.
You need to replace it with Absolute File Path Mapping, it is available in
CDT 4.0.3
The hack version of it is to add dumb path mapping like /home -> /home.

Marcus Johansson wrote:


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

<http://www.nabble.com/GDB-launching-source-paths-issue.-tp15950731p15950731
.html
>
Sent from the Eclipse CDT - debug mailing list archive at Nabble.com.

_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx <mailto:cdt-debug-dev@xxxxxxxxxxx>

_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev



Back to the top