Skip to content

Commit

Permalink
Add Valgrind and ASan to Ex4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zed A. Shaw committed Jun 21, 2015
1 parent f4fb881 commit 0075236
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ex4/lecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
=====
Expand Down

0 comments on commit 0075236

Please sign in to comment.