Skip to content

Latest commit

 

History

History
1214 lines (1109 loc) · 68.1 KB

debugging.md

File metadata and controls

1214 lines (1109 loc) · 68.1 KB

C++ links: debugging: articles, documentation, software, and talks.

See also:

Contents


General


Standard Libraries


Readings

Books

Books, Books Reviews

Concurrency

  • Interactive Debugging of Concurrent Programs under Relaxed Memory Models

Probe Effect

Implementation

Correctness

Testing

Reverse Debugging

See also: RR, WinDbg - Time Travel Debugging

Software Engineering

Transparency


Software

GDB

GDB: Projects

GDB: Projects: Editor Integration

GDB: Projects: Memory Debugging

GDB: Projects: Plotting

GDB: Projects: Profiling

GDB: Readings

GDB: Readings: Python API

GDB: Talks

LLDB

LLDB: Projects

LLDB: Projects: Editor Integration

LLDB: Readings

LLDB: Talks

RR

OS-specific

iOS

Linux

Linux - Talks

macOS

Windows

Visual Studio Debugger

WinDbg

WinDbg: Readings
WinDbg: Projects
WinDbg: Time Travel Debugging

Stack Trace & Unwinding


Talks

2019

2018

2017

2016

2015

2014

2011