From 9e3dde4c314d88c123cdea5ca305441613b4a1ad Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 8 Mar 2019 10:49:57 +0100 Subject: [PATCH] typo --- source/development/how-tos/kernel_debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/development/how-tos/kernel_debugging.rst b/source/development/how-tos/kernel_debugging.rst index 0607a9ef..29ae4c76 100644 --- a/source/development/how-tos/kernel_debugging.rst +++ b/source/development/how-tos/kernel_debugging.rst @@ -98,7 +98,7 @@ Login to the test machine and force a debug session in gdb, using the following db> c (continue) -The go to the build machine, make sure gdb is installed (:code:`pkg install gdb`) and go to the directory where +Then go to the build machine, make sure gdb is installed (:code:`pkg install gdb`) and go to the directory where the debug symbols are and start a session, ask a backtrace :code:`bt` and continue normal operation :code:`c`: .. code-block: sh: