Guinevere Larsen's contributions
Using GDB to time travel
Guinevere Larsen
This article provides a quick tutorial, explaining how to use GDB's reverse debugging facility, also known as time travel debugging. This will show the basic commands to use this facility.
Frame pointers: Untangling the unwinding
Guinevere Larsen
Explore how frame pointers can be used to unwind Linux kernel stack traces and examine different ways to obtain a backtrace, along with their pros and cons.
How to debug stack frames and recursion in GDB
Guinevere Larsen
Learn the commands that let you move up and down the stack when debugging C and C++ programs.
Using GDB to time travel
Guinevere Larsen
This article provides a quick tutorial, explaining how to use GDB's reverse debugging facility, also known as time travel debugging. This will show the basic commands to use this facility.
Frame pointers: Untangling the unwinding
Guinevere Larsen
Explore how frame pointers can be used to unwind Linux kernel stack traces and examine different ways to obtain a backtrace, along with their pros and cons.
How to debug stack frames and recursion in GDB
Guinevere Larsen
Learn the commands that let you move up and down the stack when debugging C and C++ programs.