Writing a Debugger from Scratch: Stacks

Writing a Debugger From Scratch - DbgRs Part 6 - Stacks.
(New to this series? Consider starting from part 1)
At the end of the last post, DbgRs could finally set breakpoints. That was the last really critical feature needed for controlling execution of a program. Now that it can stop on an arbitrary function or code location, the next step is to find more information about the state of the program. In my opinion, the single most useful piece of information is the call stack, so that’s what this post will be about.

Read in full here:

This thread was posted by one of our members via one of our news source trackers.