<div dir="ltr"><br clear="all"><br><div class="gmail_quote">On Thu, Dec 17, 2009 at 10:24 AM, Gilad Ben-Yossef <span dir="ltr"><<a href="mailto:gilad@codefidence.com">gilad@codefidence.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr" bgcolor="#ffffff" text="#000000"><div class="im">
<p style="margin-bottom: 0cm; margin-top: 0pt;">ik wrote:<br>
</p>
<blockquote type="cite">
<div dir="ltr">The server runs on an ARM machine, and the client on
my own machine.<br>
They both have gdb v7 <br>
<br>
</div>
</blockquote></div>
Then the procedure you wrote can never work. <br>
<br>
You need to let gdb know where are the shared library of the ARM (with
debug information):<br>
<br>
set solib-absolute-prefix /dev/null<br>
set solib-shared-path /path/to/libs<br></div></blockquote><div><br>Thanks, I didn't know about this one/<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr" bgcolor="#ffffff" text="#000000">
<br>
Then do target remote.<br>
<br>
Also, you did compile gdb for cross debugging ARM on your host, right?</div></blockquote><div><br>No I have not :( good to know, I'll try first to look for something ready, and if not, I'll compile one.<br> </div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr" bgcolor="#ffffff" text="#000000"><div class="im"><br>
<br>
Gilad<br>
<br>
<br>
<pre cols="72">--
Gilad Ben-Yossef
Chief Coffee Drinker & CTO
Codefidence Ltd.
Web: <a href="http://codefidence.com" target="_blank">http://codefidence.com</a>
Cell: +972-52-8260388
Skype: gilad_codefidence
Tel: +972-8-9316883 ext. 201
Fax: +972-8-9316884
Email: <a href="mailto:gilad@codefidence.com" target="_blank">gilad@codefidence.com</a>
Check out our Open Source technology and training blog - <a href="http://tuxology.net" target="_blank">http://tuxology.net</a>
        "That is not dead which can eternal lie.
         And with strange aeons even death may die."
</pre>
</div></div>
</blockquote></div><br>Ido<br></div>