dev-manual: Updated section on launching remote GDB.

Fixes [YOCTO #6620]

I altered the path name of the .gdbinit file in the text to prepend
~/ to it to reinforce what file the user must modify.  I also removed
the /home/jzhang string in favor of ~ to make it more general.

(From yocto-docs rev: ff09d3a5666c97598adf385f63dee4b30b0f1792)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-08-08 15:37:43 +03:00 committed by Richard Purdie
parent 632faca3b8
commit 5370b58892
1 changed files with 2 additions and 2 deletions

View File

@ -8407,12 +8407,12 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
<para> <para>
You need to add a statement in the You need to add a statement in the
<filename>.gdbinit</filename> file that points to your <filename>~/.gdbinit</filename> file that points to your
root filesystem. root filesystem.
Here is an example that points to the root filesystem for Here is an example that points to the root filesystem for
an ARM-based target device: an ARM-based target device:
<literallayout class='monospaced'> <literallayout class='monospaced'>
set sysroot /home/jzhang/sysroot_arm set sysroot ~/sysroot_arm
</literallayout> </literallayout>
</para> </para>
</section> </section>