Difference between revisions of "Debugging Portal"
Peter Huewe (talk | contribs) (fixed tables) |
Peter Huewe (talk | contribs) (Since printk and Debugging by printing are consolidated move both into one line) |
||
Line 7: | Line 7: | ||
<div style="background: #eeeeee; border: 1px solid #2C547A; padding: 5px; margin: 3px; font-weight:bold;text-align:center;font-size:120%;">Kernel Debugging</div> | <div style="background: #eeeeee; border: 1px solid #2C547A; padding: 5px; margin: 3px; font-weight:bold;text-align:center;font-size:120%;">Kernel Debugging</div> | ||
<div style="margin: 0 0 0 1em;"> | <div style="margin: 0 0 0 1em;"> | ||
− | ;[[Debugging by printing]] | + | ;[[Debugging by printing]] / [[Printk]] |
− | |||
;[[Kernel Debugging Tips]] | ;[[Kernel Debugging Tips]] | ||
;[[Kgdb]] | ;[[Kgdb]] |
Revision as of 14:16, 3 April 2012
This page is the new portal for all debugging related stuff. It currently deals with Kernel topics, but feel free to add user space debugging too.
Kernel Debugging
|
Kernel Tracing and Profiling
|