summaryrefslogtreecommitdiff
path: root/distribution
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2014-09-05 10:30:14 +0200
committerManuel Traut <manut@linutronix.de>2016-01-12 11:41:51 +0100
commited77a6c30ee36bb6b9ed0a875975b600d30600c9 (patch)
treefaae7e0b62bd9c1377323de9ea9c9427c02bc3b0 /distribution
parent8fd4748549d41a8fe356a59957850d0fa2578ed0 (diff)
yocto-basics: add hints for remote debugging
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'distribution')
-rw-r--r--distribution/yocto-basic/pres_yocto-basic.tex18
1 files changed, 15 insertions, 3 deletions
diff --git a/distribution/yocto-basic/pres_yocto-basic.tex b/distribution/yocto-basic/pres_yocto-basic.tex
index 1f5083d..c75c7ba 100644
--- a/distribution/yocto-basic/pres_yocto-basic.tex
+++ b/distribution/yocto-basic/pres_yocto-basic.tex
@@ -1399,11 +1399,23 @@ interfaces of the PC
\begin{frame}
\frametitle{remote execution and debugging}
\begin{itemize}
- \item Switch to 'Remote System Explorer' perspective
+ \item switch to 'Remote System Explorer' perspective
\pause
- \item Create a new 'TCF' connection
+ \item create a new 'TCF' connection
\pause
- \item Run as / Debug as and select the speficied remote connection
+ \item switch to 'C/C++' perspective and select 'Run / Debug Configurations'
+ \pause
+ \item select the preconfigured 'C/C++ Application' and select the correct
+ 'Connection'
+ \pause
+ \item set 'Remote Absolute File Path' to sth. like '/usr/bin/<yourapp>'
+ \pause
+ \item select the 'Debugger' tab and set 'gdb' to the deugger of your
+ toolchain; e.g.
+ '/home/devel/poky/build/tmp/sysroots/x86\_64-linux/usr/bin/i586-poky-linux-none/i586-poky-linux-gnueabi-gdb'
+ \pause
+ \item select 'Apply', 'Debug' - Next time you can use this preconfigured debug
+ configuration
\end{itemize}
\end{frame}