Tag Archives: debugging
Fedora13: More Powerful Python
press.redhat.com Dave Malcolm, an engineer for the Fedora Project, explains the new version of Python available in Fedora 13 as well as tools for porting and debugging code written in Python and C++. Dave also gives demos of pyfuntop, a … Continue reading
C Programming, Disassembly, Debugging, Linux, GDB
A brief introduction to GDB and Assembly Language on Intel processors using the venerable C language and GCC compiler toolchain. This is probably more fun than it is informative (and not even all that fun), but maybe it will give … Continue reading
How to Cure a Windows Virus with Ubuntu Linux
Do you suspect your Windows machine is infected? Before dropping cash on anti-virus software, check out this quick tutorial that will help get rid of the spyware and viruses in your PC. It’s easier than you think: www.linuxhaxor.net Maybe you … Continue reading
Debugging an AVR under Linux using the JTAG ICE mkII and gdb.
Demonstrates in-system-debugging of an ATmega128 with a simple example program (a running light). Notice that this is not a simulation, it’s the real thing. The used tools are: The JTAG ICE mkII (connected via USB), avarice and avr-gdb. The GUI … Continue reading