Minor clarification to the gdb scripting post

This commit is contained in:
Sanchayan Maity 2021-11-14 12:16:03 +05:30
parent cb6d718d89
commit 043b246f18
1 changed files with 3 additions and 0 deletions

View File

@ -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