Skip to content

Instantly share code, notes, and snippets.

View linux2014linux's full-sized avatar
🎯
Focusing

linux2014linux linux2014linux

🎯
Focusing
View GitHub Profile
@linux2014linux
linux2014linux / .gdbinit
Created January 10, 2018 07:37 — forked from skyscribe/.gdbinit
GDB init file to print STL containers and data members
#
# STL GDB evaluators/views/utilities - 1.03
#
# The new GDB commands:
# are entirely non instrumental
# do not depend on any "inline"(s) - e.g. size(), [], etc
# are extremely tolerant to debugger settings
#
# This file should be "included" in .gdbinit as following:
# source stl-views.gdb or just paste it into your .gdbinit file