Skip to content

Commit

Permalink
added references to the GDB tutorial page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameenafz248 committed Aug 23, 2024
1 parent 759a95d commit edd5c9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/gdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,3 +524,11 @@ GDB, thus, helps us to save a lot of time in debugging.
You can also follow pointers iteratively, like in a linked list:

`(gdb) print list_prt->next->next->next->data`


## References

For further details on the topics covered in this document, the reader may refer to the following :

1. [Debugging: GDB Tutorial (Video)](https://www.youtube.com/watch?v=bWH-nL7v5F4)
2. [GNU GDB Tutorial](https://raw.githubusercontent.com/wiki/NETMF/llilum/gdbTutorial.pdf)

0 comments on commit edd5c9f

Please sign in to comment.