imgui.gdb 555 B

12345678910111213
  1. # GDB configuration to aid debugging experience
  2. # To enable these customizations edit $HOME/.gdbinit (or ./.gdbinit if local gdbinit is enabled) and add:
  3. # add-auto-load-safe-path /path/to/imgui.gdb
  4. # source /path/to/imgui.gdb
  5. #
  6. # More Information at:
  7. # * https://sourceware.org/gdb/current/onlinedocs/gdb/gdbinit-man.html
  8. # * https://sourceware.org/gdb/current/onlinedocs/gdb/Init-File-in-the-Current-Directory.html#Init-File-in-the-Current-Directory
  9. # Disable stepping into trivial functions
  10. skip -rfunction Im(Vec2|Vec4|Strv|Vector|Span)::.+