Difference between revisions of "Debuggers"

From eLinux.org
Jump to: navigation, search
(Created page with "Debugging is one of the most common activities of an embedded developer. Here are some debuggers howto and links: * [http://openocd.berlios.de/web/ Open On-Chip Debugger] * [[GDB...")
 
(Added a link to a new page for OpenOCD)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Debugging is one of the most common activities of an embedded developer. Here are some debuggers howto and links:
 
Debugging is one of the most common activities of an embedded developer. Here are some debuggers howto and links:
* [http://openocd.berlios.de/web/ Open On-Chip Debugger]
+
* [http://openocd.sourceforge.net/ Open On-Chip Debugger]
 +
** [[OpenOCD]] local pages.
 
* [[GDB|GDB - The GNU debugger]]
 
* [[GDB|GDB - The GNU debugger]]
 
* [http://www.gnu.org/software/ddd/ DDD - Data Display Debugger]
 
* [http://www.gnu.org/software/ddd/ DDD - Data Display Debugger]
Line 6: Line 7:
 
* [[KDB]] - In-kernel debugger
 
* [[KDB]] - In-kernel debugger
 
* [[Valgrind|valgrind - memory, cache and other debuggers and profilers]]
 
* [[Valgrind|valgrind - memory, cache and other debuggers and profilers]]
 +
 +
[[Category:Development Tools]]

Latest revision as of 15:36, 29 March 2012

Debugging is one of the most common activities of an embedded developer. Here are some debuggers howto and links: