From 4a9442bd2c70f2ef1b4bee6328499113efcde4a1 Mon Sep 17 00:00:00 2001 From: Kurt Kanzenbach Date: Fri, 22 Mar 2019 15:28:36 +0100 Subject: app/debugging: unify path to hello binary For GDB sometimes the hello binary is located in /home/devel/work and sometimes in /home/devel/jan. Unify it. Signed-off-by: Kurt Kanzenbach --- application-devel/debugging-tools/pres_debugging-tools_en.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application-devel/debugging-tools/pres_debugging-tools_en.tex b/application-devel/debugging-tools/pres_debugging-tools_en.tex index 5c5b552..e76b32c 100644 --- a/application-devel/debugging-tools/pres_debugging-tools_en.tex +++ b/application-devel/debugging-tools/pres_debugging-tools_en.tex @@ -87,7 +87,7 @@ Breakpoint 1 at 0x400528: file hello.c, line 5. run the program again (now with breakpoint set) \begin{verbatim} (gdb) run -Starting program: /home/jan/work/examples/hello +Starting program: /home/devel/work/hello Breakpoint 1, main () at hello.c:5 5 printf("Hello, world!\n"); -- cgit v1.2.3