dev-manual: Edits to "Launching Gdbserver on the Target" section.

(From yocto-docs rev: 80c997528a2f6a72a392943ae15f4421c1377915)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-16 11:44:03 -07:00 committed by Richard Purdie
parent c566d3c5dc
commit 229ed0ab15
1 changed files with 3 additions and 6 deletions

View File

@ -4095,12 +4095,9 @@
</para> </para>
<para> <para>
As an example, to launch Gdbserver on the target and make it Here is an example that when entered from the host
ready to "debug" a binary named connects to the target and launches Gdbserver in order to
<filename>helloworld</filename>, from the host "debug" a binary named <filename>helloworld</filename>:
you need to enter a command like the following.
This command connects to the target and launches Gdbserver
on the target:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ gdbserver localhost:2345 /usr/bin/helloworld $ gdbserver localhost:2345 /usr/bin/helloworld
</literallayout> </literallayout>