<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
<p style="margin-bottom: 0cm; margin-top: 0pt;">ik wrote:<br>
</p>
<blockquote
 cite="mid:dc42cb950912130520o598b96d0mc3a063c4ba8f1079@mail.gmail.com"
 type="cite">
  <div dir="ltr">Hello,<br>
  <br>
I'm trying to use gdbserver as follows:<br>
$ gdbserver <a moz-do-not-send="true" href="http://192.168.0.202:2222">192.168.0.202:2222</a>
./hello<br>
  <br>
When I try to debug the program "hello" using a gdb located on a
different machine as follows:<br>
  <br>
gdb $ target remote <a moz-do-not-send="true"
 href="http://192.168.0.202:2222">192.168.0.202:2222</a><br>
  <br>
The gdb server hangsup.<br>
  <br>
What am I missing/doing wrong here ?<br>
  </div>
</blockquote>
<br>
What are the machines in question running? is it the exact same
software? <br>
<br>
If not, you need to tell GDB where to find the shared libraries with
debug information of your remote host.<br>
<br>
Gilad<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Gilad Ben-Yossef
Chief Coffee Drinker &amp; CTO
Codefidence Ltd.

Web:   <a class="moz-txt-link-freetext" href="http://codefidence.com">http://codefidence.com</a>
Cell:  +972-52-8260388
Skype: gilad_codefidence
Tel:   +972-8-9316883 ext. 201
Fax:   +972-8-9316884
Email: <a class="moz-txt-link-abbreviated" href="mailto:gilad@codefidence.com">gilad@codefidence.com</a>

Check out our Open Source technology and training blog - <a class="moz-txt-link-freetext" href="http://tuxology.net">http://tuxology.net</a>

        "That is not dead which can eternal lie.
         And with strange aeons even death may die."
</pre>
</body>
</html>