diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 9 |
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> |