diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-08-08 15:37:43 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-12 13:50:31 +0100 |
commit | 5370b58892801dc4e0269aa2c27f8f27f8145f44 (patch) | |
tree | 32bbbb046eb689cfd58aca9e2dcdd294ff6a1eb1 /documentation/dev-manual | |
parent | 632faca3b884ebe155847db96525d6f8a78dbd99 (diff) | |
download | poky-5370b58892801dc4e0269aa2c27f8f27f8145f44.tar.gz |
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index d19e94eb9d..32500921aa 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -8407,12 +8407,12 @@ Gateways via their Web Interfaces</ulink>"</emphasis> | |||
8407 | 8407 | ||
8408 | <para> | 8408 | <para> |
8409 | You need to add a statement in the | 8409 | You need to add a statement in the |
8410 | <filename>.gdbinit</filename> file that points to your | 8410 | <filename>~/.gdbinit</filename> file that points to your |
8411 | root filesystem. | 8411 | root filesystem. |
8412 | Here is an example that points to the root filesystem for | 8412 | Here is an example that points to the root filesystem for |
8413 | an ARM-based target device: | 8413 | an ARM-based target device: |
8414 | <literallayout class='monospaced'> | 8414 | <literallayout class='monospaced'> |
8415 | set sysroot /home/jzhang/sysroot_arm | 8415 | set sysroot ~/sysroot_arm |
8416 | </literallayout> | 8416 | </literallayout> |
8417 | </para> | 8417 | </para> |
8418 | </section> | 8418 | </section> |