Debugging the software in a complex real-time system is particularly challenging because the manifestation of a bug is frequently far removed from the actual occurrence of the bug-in both time and ...
Many reasons exist why Linux is a good operating system for embedded applications. Besides being open source and cost effective, one of the most important reasons is portability; a Linux application ...
You can use Linux and still employ a methodology that includes all of the different phases of the ever-critical debugging process. A growing number of embedded developers are experimenting with the ...
If you write code for Linux systems, chances are you will have used the venerable GNU Debugger (GDB). Acting as a back end for many GUIs and the interface to various JTAG debugging tools in the ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
A recent post about debugging constructs surprised me. There were quite a few comments about how you didn’t need a debugger, as long as you had printf. For that matter, we’ve all debugged systems ...
The Trace32 debugging tool from vendor Lauterbach GmbH is now available for ElinOS, an embedded Linux product from Sysgo. ElinOS runs under Sysgo's safety and security optimized operating System ...
As with many Linux-related topics, the issue of using debuggers to troubleshoot the Linux kernel is not only technical--it's political. Linux is being mostly developed on the x86 platform, which does ...
Ashling Microsystems has announced availability of a sophisticated Embedded Linux debugger for MIPS-based applications. PathFinder-XD Eclipse-based debugger allows users to switch seamlessly between ...
Passing arguments, writing a help menu, and debugging can be burdensome. However, the getopts command, Heredoc, and the "set ...