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