More outputs..<br>At the target system i check this output after breaking the test program at the main thread<br>which is pid-ed as 337 <br># ps | grep syscore<br>&nbsp; 336 root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 408 S&nbsp;&nbsp; gdbserver :2345 syscore-probe.x<br>
&nbsp; 337 root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 232 T&nbsp;&nbsp; syscore-probe.x<br>&nbsp; 338 root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 232 S&nbsp;&nbsp; syscore-probe.x<br>&nbsp; 339 root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 232 S&nbsp;&nbsp; syscore-probe.x<br><br>But if one request the present threads at the atacched gdb shell line only the main() one is sampled<br>
<br>(gdb) info threads<br>&nbsp; 1 thread 337&nbsp; main () at src/syscore-probe.c:88<br><br>Really weird, isn&#39;t <br><br>