summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 11:44:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:33 +0100
commitec49457acdc02104184a919a89cf03eccd688d8b (patch)
treeb43ef48397dfbcab9965549d607f500e47cca384 /documentation/dev-manual
parentd749559f05b4242a8b216e23a6d2c2235e007214 (diff)
downloadpoky-ec49457acdc02104184a919a89cf03eccd688d8b.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index f6ce8e74fb..83e4b807dc 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4095,12 +4095,9 @@
4095 </para> 4095 </para>
4096 4096
4097 <para> 4097 <para>
4098 As an example, to launch Gdbserver on the target and make it 4098 Here is an example that when entered from the host
4099 ready to "debug" a binary named 4099 connects to the target and launches Gdbserver in order to
4100 <filename>helloworld</filename>, from the host 4100 "debug" a binary named <filename>helloworld</filename>:
4101 you need to enter a command like the following.
4102 This command connects to the target and launches Gdbserver
4103 on the target:
4104 <literallayout class='monospaced'> 4101 <literallayout class='monospaced'>
4105 $ gdbserver localhost:2345 /usr/bin/helloworld 4102 $ gdbserver localhost:2345 /usr/bin/helloworld
4106 </literallayout> 4103 </literallayout>