From 432f24319319fe040e142059eb83279c53f90ab8 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 9 Aug 2025 08:35:03 +0200 Subject: refactor 2 --- imgui-1.92.1/misc/debuggers/README.txt | 16 ------- imgui-1.92.1/misc/debuggers/imgui.gdb | 12 ----- imgui-1.92.1/misc/debuggers/imgui.natstepfilter | 31 ------------- imgui-1.92.1/misc/debuggers/imgui.natvis | 58 ------------------------- 4 files changed, 117 deletions(-) delete mode 100644 imgui-1.92.1/misc/debuggers/README.txt delete mode 100644 imgui-1.92.1/misc/debuggers/imgui.gdb delete mode 100644 imgui-1.92.1/misc/debuggers/imgui.natstepfilter delete mode 100644 imgui-1.92.1/misc/debuggers/imgui.natvis (limited to 'imgui-1.92.1/misc/debuggers') diff --git a/imgui-1.92.1/misc/debuggers/README.txt b/imgui-1.92.1/misc/debuggers/README.txt deleted file mode 100644 index 3f4ba83..0000000 --- a/imgui-1.92.1/misc/debuggers/README.txt +++ /dev/null @@ -1,16 +0,0 @@ - -HELPER FILES FOR POPULAR DEBUGGERS - -imgui.gdb - GDB: disable stepping into trivial functions. - (read comments inside file for details) - -imgui.natstepfilter - Visual Studio Debugger: disable stepping into trivial functions. - (read comments inside file for details) - -imgui.natvis - Visual Studio Debugger: describe Dear ImGui types for better display. - With this, types like ImVector<> will be displayed nicely in the debugger. - (read comments inside file for details) - diff --git a/imgui-1.92.1/misc/debuggers/imgui.gdb b/imgui-1.92.1/misc/debuggers/imgui.gdb deleted file mode 100644 index 000ff6e..0000000 --- a/imgui-1.92.1/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)::.+ diff --git a/imgui-1.92.1/misc/debuggers/imgui.natstepfilter b/imgui-1.92.1/misc/debuggers/imgui.natstepfilter deleted file mode 100644 index 6825c93..0000000 --- a/imgui-1.92.1/misc/debuggers/imgui.natstepfilter +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - (ImVec2|ImVec4|ImStrv)::.+ - NoStepInto - - - (ImVector|ImSpan).*::operator.+ - NoStepInto - - - diff --git a/imgui-1.92.1/misc/debuggers/imgui.natvis b/imgui-1.92.1/misc/debuggers/imgui.natvis deleted file mode 100644 index 13b6360..0000000 --- a/imgui-1.92.1/misc/debuggers/imgui.natvis +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - {{Size={Size} Capacity={Capacity}}} - - - Size - Data - - - - - - {{Size={DataEnd-Data} }} - - - DataEnd-Data - Data - - - - - - {{x={x,g} y={y,g}}} - - - - {{x={x,g} y={y,g} z={z,g} w={w,g}}} - - - - {{Min=({Min.x,g} {Min.y,g}) Max=({Max.x,g} {Max.y,g}) Size=({Max.x-Min.x,g} {Max.y-Min.y,g})}} - - Min - Max - Max.x - Min.x - Max.y - Min.y - - - - - {{Name {Name,s} Active {(Active||WasActive)?1:0,d} Child {(Flags & 0x01000000)?1:0,d} Popup {(Flags & 0x04000000)?1:0,d} Hidden {(Hidden)?1:0,d}} - - - -- cgit v1.2.3-70-g09d2