Gdbserver: Difference between revisions

Content deleted Content added
m clean up, typo(s) fixed: ’s → 's
m Added a space
Line 4:
== How it works ==
# <code>gdbserver</code> is launched on the target system, with the arguments:
#* Either a device name (to use a serial line) or a TCP hostname and portnumberport number, and
#* The path and filename of the executable to be debugged
#:It then waits passively for the host gdb to communicate with it.