summaryrefslogtreecommitdiff
path: root/application-devel/debugging-tools/pres_debugging-tools_en.tex
AgeCommit message (Collapse)Author
2019-03-22app/debugging: unify path to hello binaryKurt Kanzenbach
For GDB sometimes the hello binary is located in /home/devel/work and sometimes in /home/devel/jan. Unify it. Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
2019-03-06app/debugging: add description slide for address sanitizerKurt Kanzenbach
Add a brief introduction about what the address sanitizer actually is and what types of bugs in can find. That's useful for our customers. Requested-by: Holger Dengler <holger.dengler@linutronix.de> Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
2019-02-28app/debugging: add address sanitizer exampleKurt Kanzenbach
The address sanitizer is a useful tool for debugging lots of memory related bugs such as heap/stack overflows, user after frees and much more. Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
2019-02-28app/debugging: remove trailing whitespacesKurt Kanzenbach
Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
2018-02-20debugging-tools: fixup typosJohn Ogness
Fixup some copy/paste errors. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2018-02-20debugging-tools: add symbol reinsert and PIE infoJohn Ogness
PIE binaries are now the default, so let's talk about them. Particularly for mtrace it is important to understand. Signed-off-by: John Ogness <john.ogness@linutronix.de>
2017-12-19devel/debugging tools: add english versionJohn Ogness
Signed-off-by: John Ogness <john.ogness@linutronix.de>