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