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:18 +0100
commit229ed0ab159a0acf64e5ceee2ffb7ec6b35417c6 (patch)
treecba8aaa1e4a83648a46ac6022e97b5c24b0b0b1e /documentation/dev-manual
parentc566d3c5dcf3df816897bdb0ef064b14b3fb0449 (diff)
downloadpoky-229ed0ab159a0acf64e5ceee2ffb7ec6b35417c6.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>