Tag: debugger
Debugging in Emacs: The Grand Unified Debugger
This article briefly explores the features of the Grand Unified Debugger, a debugging tool for Emacs.
If you are a C/C++ developer, it is highly...
Getting Started with SystemTap
If programming is an art, then debugging is even more so. To be a good programmer, one must master debugging. We have seen some...
GDB Logging Function Parameters, Part 2
In this second part on the topic, let us write a GDB script to log the parameters of a desired function, and also see...
Reviewing the GNUSim8085
This article reviews the GNUSim8085 -- a graphical simulator, assembler and debugger for the Intel 8085 microprocessor.
The Intel 8085 is an 8-bit microprocessor that...