From ec49457acdc02104184a919a89cf03eccd688d8b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 11:44:03 -0700 Subject: dev-manual: Edits to "Launching Gdbserver on the Target" section. (From yocto-docs rev: 80c997528a2f6a72a392943ae15f4421c1377915) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'documentation/dev-manual') 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 @@ - As an example, to launch Gdbserver on the target and make it - ready to "debug" a binary named - helloworld, 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 helloworld: $ gdbserver localhost:2345 /usr/bin/helloworld -- cgit v1.2.3-54-g00ecf