Skip to content

Instantly share code, notes, and snippets.

@BillKek
Last active August 1, 2023 17:13
Show Gist options
  • Save BillKek/e0d62275a8eaf951fcd41e616c4e045b to your computer and use it in GitHub Desktop.
Save BillKek/e0d62275a8eaf951fcd41e616c4e045b to your computer and use it in GitHub Desktop.
GDB кодировка mingw
set target-wide-charset UTF-16
set target-charset UTF-8
set host-charset CP1251
set max-value-size unlimited
set print elements 10000
skip -gfi *.h
skip -gfi *.tcc
skip -rfu ^std::([a-zA-z0-9_]+)<.*>::~?\1 *\(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment