backbone.ws

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
develop:gdb:cross_gdbserver [2014/07/17 12:33] kolandevelop:gdb:cross_gdbserver [2014/07/17 12:35] (current) kolan
Line 13: Line 13:
 Secondly, run Gdbserver on the target: Secondly, run Gdbserver on the target:
 <code bash | Run Gdbserver> <code bash | Run Gdbserver>
-user@target$ gdbserver 192.168.1.2:5555 run/Application.exe -t ../test/tex/formular.tex -w gen.tex | socat TCP4:192.168.1.1:7777 STDIN+user@target$ gdbserver 192.168.1.2:5555 run/Application.exe --arg1=hello --arg2=world | socat TCP4:192.168.1.1:7777 STDIN
 </code> </code>