<div dir="ltr"><div><div><div><div><div>What would be useful would be a full description of how to remote debug and application that is bitwise same and different the one hosting kdevelop...<br><br></div>What I meanĀ  is the machine where kdevelop is running on a x64 and you have a program that you want to debug was complied and now fail on x32 --It is assumed you have the same program working on the x64 machine.<br><br></div>Another interesting to show how to do is the kdevelop host is I7 and the remote program to be debug is running on an some embedded processor.<br><br></div>I know that all these thing are possible from what I have read but I personally never got it to work.<br><br></div>I know some of what I am talking about it outside the scope of kdevelop and more in the scope of gdb server usage ... but it would be nice just to know how it is done<br><br></div>Michael<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 13, 2017 at 12:20 PM, Leon Pollak <span dir="ltr"><<a href="mailto:leonp@plris.com" target="_blank">leonp@plris.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wednesday, 12 April 2017 15:51:22 IDT Don Shogun wrote:<br>
> Hello,<br>
><br>
> Could you show me where are informations about setup remote debugging in<br>
> IDE? This could be very helpfull for me, but I don't know how to attach to<br>
> remote gdbserver via Kdev.<br>
><br>
> Best regards,<br>
> Mateusz<br>
Your question is not clear - what difficulties do you experience?<br>
Have you ever debugged remotely?<br>
Anyway, belowe is my gdbinit file I provide in the debug launch configuration:<br>
------------------------------<br>
set sysroot /opt/FS/<br>
shell cp /Projects/CSU/BuildARM/debug/<wbr>csu /opt/FS/home/csu<br>
set remote exec-file /home/csu<br>
target extended-remote <a href="http://192.168.50.204:44000" rel="noreferrer" target="_blank">192.168.50.204:44000</a><br>
file /Projects/CSU/BuildARM/debug/<wbr>csu<br>
br main<br>
r<br>
------------------------------<br>
<br>
Hope this helps<br>
<span class="HOEnZb"><font color="#888888">--<br>
Leon<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><span style="font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:13px;line-height:17px;background-color:rgb(255,255,255)"><i><b><font color="#ff0000">"...Hope is what makes us strong. It is why we are here. It is what we fight with when all is lost..."</font></b></i></span></div>
</div>