Minor clarification to the gdb scripting post
This commit is contained in:
parent
cb6d718d89
commit
043b246f18
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue