From edd5c9f36cdae4076e636d5f222d35466d83bfb0 Mon Sep 17 00:00:00 2001 From: Mohammed Ameen Date: Fri, 23 Aug 2024 10:31:57 +0530 Subject: [PATCH] added references to the GDB tutorial page --- docs/gdb.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/gdb.md b/docs/gdb.md index b7f4b7c..2b74e4c 100644 --- a/docs/gdb.md +++ b/docs/gdb.md @@ -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)