News

While GDB looks inside your program, strace watches how it communicates with the operating system. It intercepts and records system calls—requests made by your application to the Linux kernel. This ...
Eric Raymond wrote gud.el, a grand unified debugger mode for running GDB and other debuggers, as part of Emacs. Shortly afterwards, Tom Lord and Jim Kingdon, then working at Cygnus, wrote another mode ...