From 043b246f18612589136b82ed5ab6b35c3c2f40b2 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sun, 14 Nov 2021 12:16:03 +0530 Subject: [PATCH] Minor clarification to the gdb scripting post --- posts/2021-11-13-gdb-scripting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/posts/2021-11-13-gdb-scripting.md b/posts/2021-11-13-gdb-scripting.md index 24a572f..f8a1cee 100644 --- a/posts/2021-11-13-gdb-scripting.md +++ b/posts/2021-11-13-gdb-scripting.md @@ -235,6 +235,9 @@ The `run` at the end tells gdb to start running immediately. In normal usage one would have to explicitly type `run` on the gdb prompt to make gdb start debugging. +If it is not clear so far, basically whatever gdb commands we would have used +for debugging at the gdb prompt, we now use them in the command file. + Now, since we turned on logging after running the below on the terminal ```bash