|
@@ -819,54 +819,66 @@
|
|
|
exit out of or close that shell).
|
|
|
</note>
|
|
|
<orderedlist>
|
|
|
- <listitem><para>Select "Debug Configurations..." from the
|
|
|
+ <listitem><para>
|
|
|
+ Select "Debug Configurations..." from the
|
|
|
"Run" menu.</para></listitem>
|
|
|
- <listitem><para>In the left area, expand
|
|
|
- <filename>C/C++Remote Application</filename>.
|
|
|
+ <listitem><para>
|
|
|
+ In the left area, expand
|
|
|
+ "C/C++Remote Application".
|
|
|
</para></listitem>
|
|
|
- <listitem><para>Locate your project and select it to bring
|
|
|
+ <listitem><para>
|
|
|
+ Locate your project and select it to bring
|
|
|
up a new tabbed view in the Debug Configurations Dialog.
|
|
|
</para></listitem>
|
|
|
- <listitem><para>Click on the "Debugger" tab to see the
|
|
|
+ <listitem><para>
|
|
|
+ Click on the "Debugger" tab to see the
|
|
|
cross-tool debugger you are using.
|
|
|
Be sure to change to the debugger perspective in Eclipse.
|
|
|
</para></listitem>
|
|
|
- <listitem><para>Click on the "Main" tab.
|
|
|
+ <listitem><para>
|
|
|
+ Click on the "Main" tab.
|
|
|
</para></listitem>
|
|
|
<listitem><para>Create a new connection to the QEMU instance
|
|
|
by clicking on "new".</para></listitem>
|
|
|
- <listitem><para>Select <filename>SSH</filename>, which means
|
|
|
+ <listitem><para>
|
|
|
+ Select "SSH", which means
|
|
|
Secure Socket Shell.
|
|
|
Optionally, you can select a TCF connection instead.
|
|
|
</para></listitem>
|
|
|
- <listitem><para>Click "Next".
|
|
|
+ <listitem><para>
|
|
|
+ Click "Next".
|
|
|
</para></listitem>
|
|
|
- <listitem><para>Clear out the "Connection name" field and
|
|
|
+ <listitem><para>
|
|
|
+ Clear out the "Connection name" field and
|
|
|
enter any name you want for the connection.
|
|
|
</para></listitem>
|
|
|
- <listitem><para>Put the IP address for the connection in
|
|
|
+ <listitem><para>
|
|
|
+ Put the IP address for the connection in
|
|
|
the "Host" field.
|
|
|
- For QEMU, the default is <filename>192.168.7.2</filename>.
|
|
|
+ For QEMU, the default is "192.168.7.2".
|
|
|
However, if a previous QEMU session did not exit
|
|
|
cleanly, the IP address increments (e.g.
|
|
|
- <filename>192.168.7.3</filename>).
|
|
|
+ "192.168.7.3").
|
|
|
<note>
|
|
|
You can find the IP address for the current QEMU
|
|
|
session by looking in the xterm that opens when
|
|
|
you launch QEMU.
|
|
|
</note>
|
|
|
</para></listitem>
|
|
|
- <listitem><para>Enter <filename>root</filename>, which
|
|
|
+ <listitem><para>
|
|
|
+ Enter "root", which
|
|
|
is the default for QEMU, for the "User" field.
|
|
|
Be sure to leave the password field empty.
|
|
|
</para></listitem>
|
|
|
<listitem><para>Click "Finish" to close the
|
|
|
New Connections Dialog.
|
|
|
</para></listitem>
|
|
|
- <listitem><para>If necessary, use the drop-down menu now in the
|
|
|
+ <listitem><para>
|
|
|
+ If necessary, use the drop-down menu now in the
|
|
|
"Connection" field and pick the IP Address you entered.
|
|
|
</para></listitem>
|
|
|
- <listitem><para>Assuming you are connecting as the root user,
|
|
|
+ <listitem><para>
|
|
|
+ Assuming you are connecting as the root user,
|
|
|
which is the default for QEMU x86-64 SDK images provided by
|
|
|
the Yocto Project, in the "Remote Absolute File Path for
|
|
|
C/C++ Application" field, browse to
|
|
@@ -911,9 +923,11 @@
|
|
|
<listitem><para>
|
|
|
Be sure you change to the "Debug" perspective in Eclipse.
|
|
|
</para></listitem>
|
|
|
- <listitem><para>Click "Debug"
|
|
|
+ <listitem><para>
|
|
|
+ Click "Debug"
|
|
|
</para></listitem>
|
|
|
- <listitem><para>Accept the debug perspective.
|
|
|
+ <listitem><para>
|
|
|
+ Accept the debug perspective.
|
|
|
</para></listitem>
|
|
|
</orderedlist>
|
|
|
</para>
|