Add Valgrind and ASan to Ex4.

This commit is contained in:
Zed A. Shaw 2015-06-20 17:03:00 -07:00
parent f4fb881238
commit 0075236cfb
1 changed files with 25 additions and 0 deletions

View File

@ -12,6 +12,7 @@ The Plan
====
* See how GDB works (LLDB on OSX).
* Look at memory checkers like Valgrind and AddressSanitizer.
* Cover the quick reference.
* Debug a program.
@ -27,6 +28,30 @@ Using LLDB
Using Valgrind
====
Using Lint
====
Using AddressSanitizer
====
You neeed clang for this.
"The Debugger"
====
When I say "the debugger" in the book I mean to use GDB, but use
every tool you can find that helps.
End Of Lecture 4
=====