aboutsummaryrefslogtreecommitdiff
path: root/CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb
diff options
context:
space:
mode:
authorIndrajith K L2024-05-13 02:13:07 +0530
committerIndrajith K L2024-05-13 02:13:07 +0530
commite32c474ae1f43aae3f77bb18fdb57910646de0e3 (patch)
tree24198f232d42bf083759a2e35d2eb355a6612350 /CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb
downloadcsv_editor-e32c474ae1f43aae3f77bb18fdb57910646de0e3.tar.gz
csv_editor-e32c474ae1f43aae3f77bb18fdb57910646de0e3.tar.bz2
csv_editor-e32c474ae1f43aae3f77bb18fdb57910646de0e3.zip
Initial Commit
* Basic CSV Parsing and Editable Table Display
Diffstat (limited to 'CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb')
-rw-r--r--CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb12
1 files changed, 12 insertions, 0 deletions
diff --git a/CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb b/CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb
new file mode 100644
index 0000000..000ff6e
--- /dev/null
+++ b/CSV Editor/vendor/ImGui/misc/debuggers/imgui.gdb
@@ -0,0 +1,12 @@
+# 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)::.+