This document provides a cheat sheet for using the GNU Debugger (GDB). It lists GDB commands for running and attaching to programs, setting breakpoints and watchpoints, examining the call stack and variables, stepping through code, and getting information about loaded libraries, signals, and threads. The cheat sheet also describes format specifiers and expressions that can be used with commands like print to examine memory and variables.