Re: [yocto] Question about remote debugging via gdbserver

2014-04-28 Thread Rudolf Streif
Hi Frederico, Sorry for the delayed response. If you want to step into code for which the debugger does not have the source info Eclipse should actually tell you. But as a prerequisite you will need to install the dev and debug packages for gstreamer (and eventually others) to the root file

Re: [yocto] Question about remote debugging via gdbserver

2014-04-18 Thread Federico Vitali
Goodmorning Rudolf, thank you again for your time. I have not explained my goal very well, so I try to explain with a specific example. I'm working with gstreamer for a project I'm following for my company. Let's take the gstreamer hello world application, here is the source code:

Re: [yocto] Question about remote debugging via gdbserver

2014-04-16 Thread Rudolf Streif
Hi Federico, I knew that I can add source paths to the debugger. Ok, if that's not the issue what exactly is not working for you? I see in your debug profiles that you have some binaries eg ls. Did you import that binary from sysrootfs on your build machine? Can you please tell me the steps

[yocto] Question about remote debugging via gdbserver

2014-04-12 Thread Federico Vitali
Hi everyone, I'm wondering if it is possible to debug an installed library on the target via gdbserver. I try to explain: suppose that I'm developing an application using gstreamel libraries. I set up eclipse / gdb to work with my target on the network. When I reach a gst funciont (e.g.