dspinellis / effective-debuggingLinks
Code examples used in the book Effective Debugging (Addison-Wesley, 2016)
☆52Updated 7 years ago
Alternatives and similar repositories for effective-debugging
Users that are interested in effective-debugging are comparing it to the libraries listed below
Sorting:
- Source code for 'Advanced C and C++ Compiling' by Milan Stevanovic☆38Updated 8 years ago
- mirror of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/perfbook.git☆74Updated 13 years ago
- Code for Swampy, a set of modules used in Think Python, first edition☆92Updated 6 years ago
- Library wrapper and system-level tracing utilities☆47Updated 8 years ago
- GoogleTest TAP Listener☆79Updated 2 years ago
- Enhanced Valgrind for Persistent Memory☆113Updated last year
- Cache Commons☆104Updated 3 years ago
- libc++; cloned from http://llvm.org/git/libcxx.git☆193Updated 6 years ago
- The LTTng Documentation: Source (official repository)☆71Updated 3 weeks ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆176Updated 6 years ago
- Lock-free framework for loggers, tracers, and mockers in multithreaded C++ programs.☆99Updated 8 years ago
- The Code of Conduct for the CppCon conference, based on the PyCon Code of Conduct☆28Updated last year
- Performance testing or system benchmarks for jemalloc☆33Updated last year
- ☆70Updated 9 years ago
- totally unofficial git repo containing sources for the CppMem tool available at http://svr-pes20-cppmem.cl.cam.ac.uk/cppmem/help.html and…☆26Updated 12 years ago
- Nana - a design by contract framework for C/C++☆24Updated 11 years ago
- Babeltrace /ˈbæbəltreɪs/ is an open-source trace manipulation toolkit.☆113Updated this week
- C++/Java implementations of the Gang of Four's "Design Patterns: Elements of Reusable Object-Oriented Software"☆131Updated 2 years ago
- Downstream developer fork of Valgrind☆24Updated 5 years ago
- Userspace eBPF VM (main repo is https://github.com/iovisor/ubpf)☆101Updated 3 years ago
- Mastering the C++17 STL, published by Packt☆100Updated 3 years ago
- ECE 459: Programming for Performance, Winter 2015☆72Updated 10 years ago
- Abseil documentation abseil.io☆166Updated last month
- C++11 std::async☆59Updated 13 years ago
- Programming Pearls Prep work☆100Updated 12 years ago
- C++ Concurrency in Action - Practical Multithreading☆61Updated 8 years ago
- Source code from "Programming with POSIX® Threads" book By David R. Butenhof☆96Updated 13 years ago
- Notes taken from Understanding the Linux Virtual Memory Manager by Mel Gorman targeting kernel 2.4.22.☆65Updated 9 years ago
- Kernel Test Framework - a unit test framework for the Linux kernel☆94Updated 3 years ago
- code accompanying a blog post about fuzzing a red-black tree implementation: http://blog.regehr.org/archives/896☆18Updated 7 years ago