Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-embedded
<div dir="ltr">Hi,<br>I have few directories each contains C++ code, and is mapped to a local private ebuild.<br>So I need to install few projects that depend on each other. <br>On the target machine I have gdbserver running.<br>
When connecting to gdbserver, the links to the sources is /var/tmp/.../../file.cpp.<br>My problem is that I need to debug all programs together, and the sources are in catalyst's tmp working directory. <br>I can use 'directory' command in gdb to change the search path of the source files, but doing it to few projects is cumbersome.<br>
I can compile the source with -g3 and embed the sources there, but didn't try that as I heard it is unstable. <br>At the end I need to provide a way to allow programmers to use Eclipse with all the directories sources to debug all projects at once. <br>
Is there other method to do this and integrate it to Eclipse?<br>For start no need for eclipse, I need to debug from the command line or vim.<br>Regards,<br>Kfir<br></div>
|
|