From 380000ce578315e1bb6b69e2498de19fad556f1b Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 9 Aug 2018 07:17:06 +0100 Subject: [PATCH] gdb: step debug init runtc readelf missin -s --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 0eea556..255b97e 100644 --- a/README.adoc +++ b/README.adoc @@ -1845,7 +1845,7 @@ We have also double checked the address with: .... ./runtc -a arm readelf \ - ./out/arm/buildroot/build/kernel_module-1.0/user/hello.out | \ + -s ./out/arm/buildroot/build/kernel_module-1.0/user/hello.out | \ grep main ....