From 5370b58892801dc4e0269aa2c27f8f27f8145f44 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 8 Aug 2014 15:37:43 +0300 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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" You need to add a statement in the - .gdbinit file that points to your + ~/.gdbinit file that points to your root filesystem. Here is an example that points to the root filesystem for an ARM-based target device: - set sysroot /home/jzhang/sysroot_arm + set sysroot ~/sysroot_arm -- cgit v1.2.3-54-g00ecf