summaryrefslogtreecommitdiffstats
path: root/lib/imgui-1.90.7/misc/debuggers/imgui.gdb
diff options
context:
space:
mode:
authorgrm <grm@eyesin.space>2026-03-14 02:29:15 +0200
committergrm <grm@eyesin.space>2026-03-14 02:29:15 +0200
commit650e5afde271d22b3653832daf339e1bd09a10d6 (patch)
treecc5e536b0150de1109daa43a055547d2266e60dd /lib/imgui-1.90.7/misc/debuggers/imgui.gdb
parent20e64711ce2a09b657fb79d59cb824e9e34d2b07 (diff)
downloadcgame-650e5afde271d22b3653832daf339e1bd09a10d6.tar.gz
cgame-650e5afde271d22b3653832daf339e1bd09a10d6.tar.bz2
cgame-650e5afde271d22b3653832daf339e1bd09a10d6.zip
Migrate to imgui 1.92.6 and SDL3HEADmaster
Diffstat (limited to 'lib/imgui-1.90.7/misc/debuggers/imgui.gdb')
-rw-r--r--lib/imgui-1.90.7/misc/debuggers/imgui.gdb12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/imgui-1.90.7/misc/debuggers/imgui.gdb b/lib/imgui-1.90.7/misc/debuggers/imgui.gdb
deleted file mode 100644
index 000ff6e..0000000
--- a/lib/imgui-1.90.7/misc/debuggers/imgui.gdb
+++ /dev/null
@@ -1,12 +0,0 @@
-# GDB configuration to aid debugging experience
-
-# To enable these customizations edit $HOME/.gdbinit (or ./.gdbinit if local gdbinit is enabled) and add:
-# add-auto-load-safe-path /path/to/imgui.gdb
-# source /path/to/imgui.gdb
-#
-# More Information at:
-# * https://sourceware.org/gdb/current/onlinedocs/gdb/gdbinit-man.html
-# * https://sourceware.org/gdb/current/onlinedocs/gdb/Init-File-in-the-Current-Directory.html#Init-File-in-the-Current-Directory
-
-# Disable stepping into trivial functions
-skip -rfunction Im(Vec2|Vec4|Strv|Vector|Span)::.+