Skip to content

Commit edd5c9f

Browse files
committed
added references to the GDB tutorial page
1 parent 759a95d commit edd5c9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/gdb.md

+8
Original file line numberDiff line numberDiff line change
@@ -524,3 +524,11 @@ GDB, thus, helps us to save a lot of time in debugging.
524524
You can also follow pointers iteratively, like in a linked list:
525525

526526
`(gdb) print list_prt->next->next->next->data`
527+
528+
529+
## References
530+
531+
For further details on the topics covered in this document, the reader may refer to the following :
532+
533+
1. [Debugging: GDB Tutorial (Video)](https://www.youtube.com/watch?v=bWH-nL7v5F4)
534+
2. [GNU GDB Tutorial](https://raw.githubusercontent.com/wiki/NETMF/llilum/gdbTutorial.pdf)

0 commit comments

Comments
 (0)