summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-10 13:41:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 12:22:38 +0100
commita033ef6b5f64ee7d56e135f230afca5cab60f2bf (patch)
tree099a3862dcaa11a0e8b5269987bce990573b7e24 /documentation
parent563525d6219fccd5d6054919cc85ecc36bdc3956 (diff)
downloadpoky-a033ef6b5f64ee7d56e135f230afca5cab60f2bf.tar.gz
dev-manual: Edits to "Deploying and Debugging the Application" section.
(From yocto-docs rev: cfea9d5872952ab21942b4d4cc4ae7ec89fa9d94) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml33
1 files changed, 18 insertions, 15 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 15f0a44b11..6e29c025f4 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1232,33 +1232,36 @@
1232 <title>Deploying and Debugging the Application</title> 1232 <title>Deploying and Debugging the Application</title>
1233 1233
1234 <para> 1234 <para>
1235 Once the QEMU emulator is running the image, using the Eclipse IDE 1235 Once the QEMU emulator is running the image, you can deploy
1236 you can deploy your application and use the emulator to perform debugging. 1236 your application using the Eclipse IDE and use then use
1237 the emulator to perform debugging.
1237 Follow these steps to deploy the application. 1238 Follow these steps to deploy the application.
1238 <orderedlist> 1239 <orderedlist>
1239 <listitem><para>Select <filename>Run -&gt; Debug Configurations...</filename></para></listitem> 1240 <listitem><para>Select "Debug Configurations..." from the
1241 "Run" menu.</para></listitem>
1240 <listitem><para>In the left area, expand <filename>C/C++Remote Application</filename>.</para></listitem> 1242 <listitem><para>In the left area, expand <filename>C/C++Remote Application</filename>.</para></listitem>
1241 <listitem><para>Locate your project and select it to bring up a new 1243 <listitem><para>Locate your project and select it to bring up a new
1242 tabbed view in the <filename>Debug Configurations</filename> Dialog.</para></listitem> 1244 tabbed view in the Debug Configurations Dialog.</para></listitem>
1243 <listitem><para>Enter the absolute path into which you want to deploy 1245 <listitem><para>Enter the absolute path into which you want to deploy
1244 the application. 1246 the application.
1245 Use the <filename>Remote Absolute File Path for C/C++Application:</filename> field. 1247 Use the "Remote Absolute File Path for C/C++Application:" field.
1246 For example, enter <filename>/usr/bin/&lt;programname&gt;</filename>.</para></listitem> 1248 For example, enter <filename>/usr/bin/&lt;programname&gt;</filename>.</para></listitem>
1247 <listitem><para>Click on the <filename>Debugger</filename> tab to see the cross-tool debugger 1249 <listitem><para>Click on the "Debugger" tab to see the cross-tool debugger
1248 you are using.</para></listitem> 1250 you are using.</para></listitem>
1249 <listitem><para>Click on the <filename>Main</filename> tab.</para></listitem> 1251 <listitem><para>Click on the "Main" tab.</para></listitem>
1250 <listitem><para>Create a new connection to the QEMU instance 1252 <listitem><para>Create a new connection to the QEMU instance
1251 by clicking on <filename>new</filename>.</para></listitem> 1253 by clicking on "new".</para></listitem>
1252 <listitem><para>Select <filename>TCF</filename>, which means Target Communication 1254 <listitem><para>Select <filename>TCF</filename>, which means Target Communication
1253 Framework.</para></listitem> 1255 Framework.</para></listitem>
1254 <listitem><para>Click <filename>Next</filename>.</para></listitem> 1256 <listitem><para>Click "Next".</para></listitem>
1255 <listitem><para>Clear out the <filename>host name</filename> field and enter the IP Address 1257 <listitem><para>Clear out the "host name" field and enter the IP Address
1256 determined earlier.</para></listitem> 1258 determined earlier.</para></listitem>
1257 <listitem><para>Click <filename>Finish</filename> to close the 1259 <listitem><para>Click "Finish" to close the
1258 <filename>New Connections</filename> Dialog.</para></listitem> 1260 New Connections Dialog.</para></listitem>
1259 <listitem><para>Use the drop-down menu now in the <filename>Connection</filename> field and pick 1261 <listitem><para>Use the drop-down menu now in the
1260 the IP Address you entered.</para></listitem> 1262 "Connection" field and pick the IP Address you entered.
1261 <listitem><para>Click <filename>Run</filename> to bring up a login screen 1263 </para></listitem>
1264 <listitem><para>Click "Run" to bring up a login screen
1262 and login.</para></listitem> 1265 and login.</para></listitem>
1263 <listitem><para>Accept the debug perspective.</para></listitem> 1266 <listitem><para>Accept the debug perspective.</para></listitem>
1264 </orderedlist> 1267 </orderedlist>